#33768E

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

Shades of Astral #33768E

Tints of Astral #33768E

Color information

#33768E (or 0x33768E) is unknown color: approx Astral. HEX triplet: 33, 76 and 8E. RGB value is (51,118,142). Sum of RGB (Red+Green+Blue) = 51+118+142=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #33768E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33768E is #CC8971. Grayscale: #646464. Windows color (decimal): -13404530 or 9336371. OLE color: 9336371.

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

Color convert

RGB51118142-
CMYK0.640.1700.44
HSL195.82º47.15%37.84%-
HSV(B)195.82º64.08%55.69%-
XYZ12.7315.6127.93-
YUV100.7151.392.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.40%
GREEN value IS 118 (46.48% from 255) = 37.94%
BLUE value IS 142 (55.86% from 255) = 45.66%
R=16.40%
G=37.94%
B=45.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal511181420.640.1700.44195.8247.1537.84
Hex33768E401102Cc42f26
Octal63166216100210543045746
Binary110011111011010001110100000010001010110011000100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33768E; }

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

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

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

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

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

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

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

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