Html Css Color HEX #356C92 Astral

📋 copy color: '#356C92'

red 53 ◦ green 108 ◦ blue 146

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

Shades of Astral #356C92

Tints of Astral #356C92

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.18%

 BLUE value IS 146 (57.42% from 255) = 47.56%

R = 17.26%
G = 35.18%
B = 47.56%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#356C92 (or 0x356C92) is known color: Astral. HEX triplet: 35, 6C and 92. RGB value is (53,108,146). Sum of RGB (Red+Green+Blue) = 53+108+146=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #356C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356C92 is #CA936D. Grayscale: #5F5F5F. Windows color (decimal): -13276014 or 9595957. OLE color: 9595957.

HSL color Cylindrical-coordinate representation of color #356C92: hue angle of 204.52º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #356C92 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 108 146 -
CMYK 0.64 0.26 0 0.43
HSL 204.52º 0.47% 0.39% -
HSV(B) 204.52º 0.64% 0.57% -
XYZ 12.02 13.56 29.18 -
YUV 95.89 156.28 97.41 -
System Red Green Blue C M Y K H S L
Decimal 53 108 146 0.64 0.26 0 0.43 204.52 0.47 0.39
Hex 35 6C 92 40 1A 0 2B CD 2F 27
Octal 65 154 222 100 32 0 53 315 57 47
Binary 110101 1101100 10010010 1000000 11010 0 101011 11001101 101111 100111

Color Harmonies of #356C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356C92

Black with #356C92

Text Example


Text Example

White with #356C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,108,146); }

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

background-color css

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

 a { background-color: rgb(53,108,146); }

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

border-color css

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

 span { border-color: rgb(53,108,146); }

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