Html Css Color HEX #35738C Astral

📋 copy color: '#35738C'

red 53 ◦ green 115 ◦ blue 140

#35738C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #35738C

Tints of Astral #35738C

RGB

 RED value IS 53 (21.09% from 255) = 17.21%

 GREEN value IS 115 (45.31% from 255) = 37.34%

 BLUE value IS 140 (55.08% from 255) = 45.45%

R = 17.21%
G = 37.34%
B = 45.45%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#35738C (or 0x35738C) is known color: Astral. HEX triplet: 35, 73 and 8C. RGB value is (53,115,140). Sum of RGB (Red+Green+Blue) = 53+115+140=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #35738C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35738C is #CA8C73. Grayscale: #636363. Windows color (decimal): -13274228 or 9204533. OLE color: 9204533.

HSL color Cylindrical-coordinate representation of color #35738C: hue angle of 197.24º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35738C is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 115 140 -
CMYK 0.62 0.18 0 0.45
HSL 197.24º 0.45% 0.38% -
HSV(B) 197.24º 0.62% 0.55% -
XYZ 12.33 14.91 27.04 -
YUV 99.31 150.96 94.97 -
System Red Green Blue C M Y K H S L
Decimal 53 115 140 0.62 0.18 0 0.45 197.24 0.45 0.38
Hex 35 73 8C 3E 12 0 2D C5 2D 26
Octal 65 163 214 76 22 0 55 305 55 46
Binary 110101 1110011 10001100 111110 10010 0 101101 11000101 101101 100110

Color Harmonies of #35738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35738C

Black with #35738C

Text Example


Text Example

White with #35738C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35738C; }

 p { color: rgb(53,115,140); }

 H1.HeaderClassName
 {
   color: #35738C;
 }
 .AnyTagClassName
 {
   color: #35738C;
 }
</style>

background-color css

<style>
 a { background-color: #35738C; }

 a { background-color: rgb(53,115,140); }

 div.DivClassName
 {
   background-color: #35738C;
 }
 .BgClassName
 {
   background-color: #35738C;
 }
</style>

border-color css

<style>
 span { border-color: #35738C; }

 span { border-color: rgb(53,115,140); }

 td.TdClassName
 {
   border-color: #35738C;
 }
 .TagClassName
 {
   border-color: #35738C;
 }
</style>