Html Css Color HEX #35748C Astral

📋 copy color: '#35748C'

red 53 ◦ green 116 ◦ blue 140

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

Shades of Astral #35748C

Tints of Astral #35748C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.54%

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

R = 17.15%
G = 37.54%
B = 45.31%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#35748C (or 0x35748C) is known color: Astral. HEX triplet: 35, 74 and 8C. RGB value is (53,116,140). Sum of RGB (Red+Green+Blue) = 53+116+140=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 140 - color contains mainly: blue. Hex color #35748C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35748C is #CA8B73. Grayscale: #636363. Windows color (decimal): -13273972 or 9204789. OLE color: 9204789.

HSL color Cylindrical-coordinate representation of color #35748C: hue angle of 196.55º 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 #35748C is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 116 140 -
CMYK 0.62 0.17 0 0.45
HSL 196.55º 0.45% 0.38% -
HSV(B) 196.55º 0.62% 0.55% -
XYZ 12.45 15.14 27.08 -
YUV 99.9 150.63 94.55 -
System Red Green Blue C M Y K H S L
Decimal 53 116 140 0.62 0.17 0 0.45 196.55 0.45 0.38
Hex 35 74 8C 3E 11 0 2D C5 2D 26
Octal 65 164 214 76 21 0 55 305 55 46
Binary 110101 1110100 10001100 111110 10001 0 101101 11000101 101101 100110

Color Harmonies of #35748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35748C

Black with #35748C

Text Example


Text Example

White with #35748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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