#33758F

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

Shades of Astral #33758F

Tints of Astral #33758F

Color information

#33758F (or 0x33758F) is unknown color: approx Astral. HEX triplet: 33, 75 and 8F. RGB value is (51,117,143). Sum of RGB (Red+Green+Blue) = 51+117+143=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 143 (56.25% from 255 or 45.98% from 311); Max value from RGB is 143 - color contains mainly: blue. Hex color #33758F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33758F is #CC8A70. Grayscale: #646464. Windows color (decimal): -13404785 or 9401651. OLE color: 9401651.

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

Color convert

RGB51117143-
CMYK0.640.1800.44
HSL196.96º47.42%38.04%-
HSV(B)196.96º64.34%56.08%-
XYZ12.6815.4128.29-
YUV100.23152.1392.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.40%
GREEN value IS 117 (46.09% from 255) = 37.62%
BLUE value IS 143 (56.25% from 255) = 45.98%
R=16.40%
G=37.62%
B=45.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal511171430.640.1800.44196.9647.4238.04
Hex33758F401202Cc52f26
Octal63165217100220543055746
Binary110011111010110001111100000010010010110011000101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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