Html Css Color HEX #356E8A Astral

📋 copy color: '#356E8A'

red 53 ◦ green 110 ◦ blue 138

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

Shades of Astral #356E8A

Tints of Astral #356E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 45.85%

R = 17.61%
G = 36.54%
B = 45.85%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#356E8A (or 0x356E8A) is known color: Astral. HEX triplet: 35, 6E and 8A. RGB value is (53,110,138). Sum of RGB (Red+Green+Blue) = 53+110+138=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #356E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356E8A is #CA9175. Grayscale: #5F5F5F. Windows color (decimal): -13275510 or 9072181. OLE color: 9072181.

HSL color Cylindrical-coordinate representation of color #356E8A: hue angle of 199.76º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #356E8A is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 110 138 -
CMYK 0.62 0.20 0 0.46
HSL 199.76º 0.45% 0.37% -
HSV(B) 199.76º 0.62% 0.54% -
XYZ 11.63 13.74 26.08 -
YUV 96.15 151.62 97.22 -
System Red Green Blue C M Y K H S L
Decimal 53 110 138 0.62 0.20 0 0.46 199.76 0.45 0.37
Hex 35 6E 8A 3E 14 0 2E C8 2D 25
Octal 65 156 212 76 24 0 56 310 55 45
Binary 110101 1101110 10001010 111110 10100 0 101110 11001000 101101 100101

Color Harmonies of #356E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356E8A

Black with #356E8A

Text Example


Text Example

White with #356E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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