Html Css Color HEX #356F94 Astral

📋 copy color: '#356F94'

red 53 ◦ green 111 ◦ blue 148

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

Shades of Astral #356F94

Tints of Astral #356F94

RGB

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

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

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

R = 16.99%
G = 35.58%
B = 47.44%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#356F94 (or 0x356F94) is known color: Astral. HEX triplet: 35, 6F and 94. RGB value is (53,111,148). Sum of RGB (Red+Green+Blue) = 53+111+148=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 148 - color contains mainly: blue. Hex color #356F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356F94 is #CA906B. Grayscale: #616161. Windows color (decimal): -13275244 or 9727797. OLE color: 9727797.

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

Color convert

RGB 53 111 148 -
CMYK 0.64 0.25 0 0.42
HSL 203.37º 0.47% 0.39% -
HSV(B) 203.37º 0.64% 0.58% -
XYZ 12.5 14.26 30.11 -
YUV 97.88 156.28 95.99 -
System Red Green Blue C M Y K H S L
Decimal 53 111 148 0.64 0.25 0 0.42 203.37 0.47 0.39
Hex 35 6F 94 40 19 0 2A CB 2F 27
Octal 65 157 224 100 31 0 52 313 57 47
Binary 110101 1101111 10010100 1000000 11001 0 101010 11001011 101111 100111

Color Harmonies of #356F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356F94

Black with #356F94

Text Example


Text Example

White with #356F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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