Html Css Color HEX #356E7C Astral

📋 copy color: '#356E7C'

red 53 ◦ green 110 ◦ blue 124

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

Shades of Astral #356E7C

Tints of Astral #356E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.21%

R = 18.47%
G = 38.33%
B = 43.21%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#356E7C (or 0x356E7C) is known color: Astral. HEX triplet: 35, 6E and 7C. RGB value is (53,110,124). Sum of RGB (Red+Green+Blue) = 53+110+124=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #356E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356E7C is #CA9183. Grayscale: #5E5E5E. Windows color (decimal): -13275524 or 8154677. OLE color: 8154677.

HSL color Cylindrical-coordinate representation of color #356E7C: hue angle of 191.83º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #356E7C is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 110 124 -
CMYK 0.57 0.11 0 0.51
HSL 191.83º 0.4% 0.35% -
HSV(B) 191.83º 0.57% 0.49% -
XYZ 10.68 13.36 21.09 -
YUV 94.55 144.62 98.36 -
System Red Green Blue C M Y K H S L
Decimal 53 110 124 0.57 0.11 0 0.51 191.83 0.4 0.35
Hex 35 6E 7C 39 B 0 33 C0 28 23
Octal 65 156 174 71 13 0 63 300 50 43
Binary 110101 1101110 1111100 111001 1011 0 110011 11000000 101000 100011

Color Harmonies of #356E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356E7C

Black with #356E7C

Text Example


Text Example

White with #356E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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