Html Css Color HEX #356F92 Astral

📋 copy color: '#356F92'

red 53 ◦ green 111 ◦ blue 146

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

Shades of Astral #356F92

Tints of Astral #356F92

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.81%

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

R = 17.1%
G = 35.81%
B = 47.1%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#356F92 (or 0x356F92) is known color: Astral. HEX triplet: 35, 6F and 92. RGB value is (53,111,146). Sum of RGB (Red+Green+Blue) = 53+111+146=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #356F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356F92 is #CA906D. Grayscale: #616161. Windows color (decimal): -13275246 or 9596725. OLE color: 9596725.

HSL color Cylindrical-coordinate representation of color #356F92: hue angle of 202.58º 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 #356F92 is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 111 146 -
CMYK 0.64 0.24 0 0.43
HSL 202.58º 0.47% 0.39% -
HSV(B) 202.58º 0.64% 0.57% -
XYZ 12.34 14.2 29.28 -
YUV 97.65 155.28 96.15 -
System Red Green Blue C M Y K H S L
Decimal 53 111 146 0.64 0.24 0 0.43 202.58 0.47 0.39
Hex 35 6F 92 40 18 0 2B CB 2F 27
Octal 65 157 222 100 30 0 53 313 57 47
Binary 110101 1101111 10010010 1000000 11000 0 101011 11001011 101111 100111

Color Harmonies of #356F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356F92

Black with #356F92

Text Example


Text Example

White with #356F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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