#33738D

Color #33738D Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #33738D

Tints of Astral #33738D

Color information

#33738D (or 0x33738D) is unknown color: approx Astral. HEX triplet: 33, 73 and 8D. RGB value is (51,115,141). Sum of RGB (Red+Green+Blue) = 51+115+141=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #33738D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33738D is #CC8C72. Grayscale: #626262. Windows color (decimal): -13405299 or 9270067. OLE color: 9270067.

HSL color Cylindrical-coordinate representation of color #33738D: hue angle of 197.33º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33738D is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB51115141-
CMYK0.640.1800.45
HSL197.33º46.88%37.65%-
HSV(B)197.33º63.83%55.29%-
XYZ12.314.8927.42-
YUV98.83151.893.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.61%
GREEN value IS 115 (45.31% from 255) = 37.46%
BLUE value IS 141 (55.47% from 255) = 45.93%
R=16.61%
G=37.46%
B=45.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511151410.640.1800.45197.3346.8837.65
Hex33738D401202Dc52f26
Octal63163215100220553055746
Binary110011111001110001101100000010010010110111000101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33738D; }

 p { color: rgb(51,115,141); }

 H1.HeaderClassName
 {
   color: #33738D;
 }
 .AnyTagClassName
 {
   color: #33738D;
 }
</style>
background-color css

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

 a { background-color: rgb(51,115,141); }

 div.DivClassName
 {
   background-color: #33738D;
 }
 .BgClassName
 {
   background-color: #33738D;
 }
</style>
border-color css

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

 span { border-color: rgb(51,115,141); }

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