Html Css Color HEX #356E94 Astral

📋 copy color: '#356E94'

red 53 ◦ green 110 ◦ blue 148

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

Shades of Astral #356E94

Tints of Astral #356E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.59%

R = 17.04%
G = 35.37%
B = 47.59%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#356E94 (or 0x356E94) is known color: Astral. HEX triplet: 35, 6E and 94. RGB value is (53,110,148). Sum of RGB (Red+Green+Blue) = 53+110+148=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #356E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356E94 is #CA916B. Grayscale: #616161. Windows color (decimal): -13275500 or 9727541. OLE color: 9727541.

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

Color convert

RGB 53 110 148 -
CMYK 0.64 0.26 0 0.42
HSL 204º 0.47% 0.39% -
HSV(B) 204º 0.64% 0.58% -
XYZ 12.39 14.05 30.08 -
YUV 97.29 156.62 96.41 -
System Red Green Blue C M Y K H S L
Decimal 53 110 148 0.64 0.26 0 0.42 204 0.47 0.39
Hex 35 6E 94 40 1A 0 2A CC 2F 27
Octal 65 156 224 100 32 0 52 314 57 47
Binary 110101 1101110 10010100 1000000 11010 0 101010 11001100 101111 100111

Color Harmonies of #356E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356E94

Black with #356E94

Text Example


Text Example

White with #356E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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