Html Css Color HEX #356E8C Astral

📋 copy color: '#356E8C'

red 53 ◦ green 110 ◦ blue 140

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

Shades of Astral #356E8C

Tints of Astral #356E8C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.3%

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

R = 17.49%
G = 36.3%
B = 46.2%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#356E8C (or 0x356E8C) is known color: Astral. HEX triplet: 35, 6E and 8C. RGB value is (53,110,140). Sum of RGB (Red+Green+Blue) = 53+110+140=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 140 - color contains mainly: blue. Hex color #356E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356E8C is #CA9173. Grayscale: #606060. Windows color (decimal): -13275508 or 9203253. OLE color: 9203253.

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

Color convert

RGB 53 110 140 -
CMYK 0.62 0.21 0 0.45
HSL 200.69º 0.45% 0.38% -
HSV(B) 200.69º 0.62% 0.55% -
XYZ 11.78 13.8 26.85 -
YUV 96.38 152.62 97.06 -
System Red Green Blue C M Y K H S L
Decimal 53 110 140 0.62 0.21 0 0.45 200.69 0.45 0.38
Hex 35 6E 8C 3E 15 0 2D C9 2D 26
Octal 65 156 214 76 25 0 55 311 55 46
Binary 110101 1101110 10001100 111110 10101 0 101101 11001001 101101 100110

Color Harmonies of #356E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356E8C

Black with #356E8C

Text Example


Text Example

White with #356E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356E8C; }

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

 H1.HeaderClassName
 {
   color: #356E8C;
 }
 .AnyTagClassName
 {
   color: #356E8C;
 }
</style>

background-color css

<style>
 a { background-color: #356E8C; }

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

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

border-color css

<style>
 span { border-color: #356E8C; }

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

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