#33758D

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

Shades of Astral #33758D

Tints of Astral #33758D

Color information

#33758D (or 0x33758D) is unknown color: approx Astral. HEX triplet: 33, 75 and 8D. RGB value is (51,117,141). Sum of RGB (Red+Green+Blue) = 51+117+141=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #33758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33758D is #CC8A72. Grayscale: #636363. Windows color (decimal): -13404787 or 9270579. OLE color: 9270579.

HSL color Cylindrical-coordinate representation of color #33758D: hue angle of 196º 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 #33758D is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB51117141-
CMYK0.640.1700.45
HSL196º46.88%37.65%-
HSV(B)196º63.83%55.29%-
XYZ12.5315.3527.5-
YUV100151.1393.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.50%
GREEN value IS 117 (46.09% from 255) = 37.86%
BLUE value IS 141 (55.47% from 255) = 45.63%
R=16.50%
G=37.86%
B=45.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511171410.640.1700.4519646.8837.65
Hex33758D401102Dc42f26
Octal63165215100210553045746
Binary110011111010110001101100000010001010110111000100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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