Html Css Color HEX #35718C Astral

📋 copy color: '#35718C'

red 53 ◦ green 113 ◦ blue 140

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

Shades of Astral #35718C

Tints of Astral #35718C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.93%

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

R = 17.32%
G = 36.93%
B = 45.75%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#35718C (or 0x35718C) is known color: Astral. HEX triplet: 35, 71 and 8C. RGB value is (53,113,140). Sum of RGB (Red+Green+Blue) = 53+113+140=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 140 - color contains mainly: blue. Hex color #35718C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35718C is #CA8E73. Grayscale: #616161. Windows color (decimal): -13274740 or 9204021. OLE color: 9204021.

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

Color convert

RGB 53 113 140 -
CMYK 0.62 0.19 0 0.45
HSL 198.62º 0.45% 0.38% -
HSV(B) 198.62º 0.62% 0.55% -
XYZ 12.11 14.46 26.96 -
YUV 98.14 151.62 95.8 -
System Red Green Blue C M Y K H S L
Decimal 53 113 140 0.62 0.19 0 0.45 198.62 0.45 0.38
Hex 35 71 8C 3E 13 0 2D C7 2D 26
Octal 65 161 214 76 23 0 55 307 55 46
Binary 110101 1110001 10001100 111110 10011 0 101101 11000111 101101 100110

Color Harmonies of #35718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35718C

Black with #35718C

Text Example


Text Example

White with #35718C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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