Html Css Color HEX #356F93 Astral

📋 copy color: '#356F93'

red 53 ◦ green 111 ◦ blue 147

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

Shades of Astral #356F93

Tints of Astral #356F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.27%

R = 17.04%
G = 35.69%
B = 47.27%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#356F93 (or 0x356F93) is known color: Astral. HEX triplet: 35, 6F and 93. RGB value is (53,111,147). Sum of RGB (Red+Green+Blue) = 53+111+147=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #356F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356F93 is #CA906C. Grayscale: #616161. Windows color (decimal): -13275245 or 9662261. OLE color: 9662261.

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

Color convert

RGB 53 111 147 -
CMYK 0.64 0.24 0 0.42
HSL 202.98º 0.47% 0.39% -
HSV(B) 202.98º 0.64% 0.58% -
XYZ 12.42 14.23 29.7 -
YUV 97.76 155.78 96.07 -
System Red Green Blue C M Y K H S L
Decimal 53 111 147 0.64 0.24 0 0.42 202.98 0.47 0.39
Hex 35 6F 93 40 18 0 2A CB 2F 27
Octal 65 157 223 100 30 0 52 313 57 47
Binary 110101 1101111 10010011 1000000 11000 0 101010 11001011 101111 100111

Color Harmonies of #356F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356F93

Black with #356F93

Text Example


Text Example

White with #356F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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