Html Css Color HEX #337692 Astral

📋 copy color: '#337692'

red 51 ◦ green 118 ◦ blue 146

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

Shades of Astral #337692

Tints of Astral #337692

RGB

 RED value IS 51 (20.31% from 255) = 16.19%

 GREEN value IS 118 (46.48% from 255) = 37.46%

 BLUE value IS 146 (57.42% from 255) = 46.35%

R = 16.19%
G = 37.46%
B = 46.35%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#337692 (or 0x337692) is known color: Astral. HEX triplet: 33, 76 and 92. RGB value is (51,118,146). Sum of RGB (Red+Green+Blue) = 51+118+146=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #337692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337692 is #CC896D. Grayscale: #646464. Windows color (decimal): -13404526 or 9598515. OLE color: 9598515.

HSL color Cylindrical-coordinate representation of color #337692: hue angle of 197.68º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #337692 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 118 146 -
CMYK 0.65 0.19 0 0.43
HSL 197.68º 0.48% 0.39% -
HSV(B) 197.68º 0.65% 0.57% -
XYZ 13.03 15.74 29.54 -
YUV 101.16 153.3 92.22 -
System Red Green Blue C M Y K H S L
Decimal 51 118 146 0.65 0.19 0 0.43 197.68 0.48 0.39
Hex 33 76 92 41 13 0 2B C6 30 27
Octal 63 166 222 101 23 0 53 306 60 47
Binary 110011 1110110 10010010 1000001 10011 0 101011 11000110 110000 100111

Color Harmonies of #337692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337692

Black with #337692

Text Example


Text Example

White with #337692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337692; }

 p { color: rgb(51,118,146); }

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

background-color css

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

 a { background-color: rgb(51,118,146); }

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

border-color css

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

 span { border-color: rgb(51,118,146); }

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