Html Css Color HEX #337788 Astral

📋 copy color: '#337788'

red 51 ◦ green 119 ◦ blue 136

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

Shades of Astral #337788

Tints of Astral #337788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 44.44%

R = 16.67%
G = 38.89%
B = 44.44%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#337788 (or 0x337788) is known color: Astral. HEX triplet: 33, 77 and 88. RGB value is (51,119,136). Sum of RGB (Red+Green+Blue) = 51+119+136=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #337788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337788 is #CC8877. Grayscale: #646464. Windows color (decimal): -13404280 or 8943411. OLE color: 8943411.

HSL color Cylindrical-coordinate representation of color #337788: hue angle of 192º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #337788 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 119 136 -
CMYK 0.62 0.12 0 0.47
HSL 192º 0.45% 0.37% -
HSV(B) 192º 0.63% 0.53% -
XYZ 12.41 15.68 25.66 -
YUV 100.61 147.97 92.62 -
System Red Green Blue C M Y K H S L
Decimal 51 119 136 0.62 0.12 0 0.47 192 0.45 0.37
Hex 33 77 88 3E C 0 2F C0 2D 25
Octal 63 167 210 76 14 0 57 300 55 45
Binary 110011 1110111 10001000 111110 1100 0 101111 11000000 101101 100101

Color Harmonies of #337788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337788

Black with #337788

Text Example


Text Example

White with #337788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337788; }

 p { color: rgb(51,119,136); }

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

background-color css

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

 a { background-color: rgb(51,119,136); }

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

border-color css

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

 span { border-color: rgb(51,119,136); }

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