Html Css Color HEX #357794 Astral

📋 copy color: '#357794'

red 53 ◦ green 119 ◦ blue 148

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

Shades of Astral #357794

Tints of Astral #357794

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.19%

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

R = 16.56%
G = 37.19%
B = 46.25%

CMYK

 C value IS 0.64

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#357794 (or 0x357794) is known color: Astral. HEX triplet: 35, 77 and 94. RGB value is (53,119,148). Sum of RGB (Red+Green+Blue) = 53+119+148=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #357794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357794 is #CA886B. Grayscale: #666666. Windows color (decimal): -13273196 or 9729845. OLE color: 9729845.

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

Color convert

RGB 53 119 148 -
CMYK 0.64 0.20 0 0.42
HSL 198.32º 0.47% 0.39% -
HSV(B) 198.32º 0.64% 0.58% -
XYZ 13.41 16.09 30.42 -
YUV 102.57 153.63 92.64 -
System Red Green Blue C M Y K H S L
Decimal 53 119 148 0.64 0.20 0 0.42 198.32 0.47 0.39
Hex 35 77 94 40 14 0 2A C6 2F 27
Octal 65 167 224 100 24 0 52 306 57 47
Binary 110101 1110111 10010100 1000000 10100 0 101010 11000110 101111 100111

Color Harmonies of #357794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357794

Black with #357794

Text Example


Text Example

White with #357794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357794; }

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

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

background-color css

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

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

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

border-color css

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

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

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