Html Css Color HEX #357094 Astral

📋 copy color: '#357094'

red 53 ◦ green 112 ◦ blue 148

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

Shades of Astral #357094

Tints of Astral #357094

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.78%

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

R = 16.93%
G = 35.78%
B = 47.28%

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

#357094 (or 0x357094) is known color: Astral. HEX triplet: 35, 70 and 94. RGB value is (53,112,148). Sum of RGB (Red+Green+Blue) = 53+112+148=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #357094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357094 is #CA8F6B. Grayscale: #626262. Windows color (decimal): -13274988 or 9728053. OLE color: 9728053.

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

Color convert

RGB 53 112 148 -
CMYK 0.64 0.24 0 0.42
HSL 202.74º 0.47% 0.39% -
HSV(B) 202.74º 0.64% 0.58% -
XYZ 12.61 14.48 30.15 -
YUV 98.46 155.95 95.57 -
System Red Green Blue C M Y K H S L
Decimal 53 112 148 0.64 0.24 0 0.42 202.74 0.47 0.39
Hex 35 70 94 40 18 0 2A CB 2F 27
Octal 65 160 224 100 30 0 52 313 57 47
Binary 110101 1110000 10010100 1000000 11000 0 101010 11001011 101111 100111

Color Harmonies of #357094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357094

Black with #357094

Text Example


Text Example

White with #357094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357094; }

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

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

background-color css

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

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

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

border-color css

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

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

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