Html Css Color HEX #356E83 Astral

📋 copy color: '#356E83'

red 53 ◦ green 110 ◦ blue 131

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

Shades of Astral #356E83

Tints of Astral #356E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 44.56%

R = 18.03%
G = 37.41%
B = 44.56%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#356E83 (or 0x356E83) is known color: Astral. HEX triplet: 35, 6E and 83. RGB value is (53,110,131). Sum of RGB (Red+Green+Blue) = 53+110+131=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 131 - color contains mainly: blue. Hex color #356E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356E83 is #CA917C. Grayscale: #5F5F5F. Windows color (decimal): -13275517 or 8613429. OLE color: 8613429.

HSL color Cylindrical-coordinate representation of color #356E83: hue angle of 196.15º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #356E83 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 110 131 -
CMYK 0.60 0.16 0 0.49
HSL 196.15º 0.42% 0.36% -
HSV(B) 196.15º 0.6% 0.51% -
XYZ 11.14 13.55 23.5 -
YUV 95.35 148.12 97.79 -
System Red Green Blue C M Y K H S L
Decimal 53 110 131 0.60 0.16 0 0.49 196.15 0.42 0.36
Hex 35 6E 83 3C 10 0 31 C4 2A 24
Octal 65 156 203 74 20 0 61 304 52 44
Binary 110101 1101110 10000011 111100 10000 0 110001 11000100 101010 100100

Color Harmonies of #356E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356E83

Black with #356E83

Text Example


Text Example

White with #356E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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