#33668C

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

Shades of Astral #33668C

Tints of Astral #33668C

Color information

#33668C (or 0x33668C) is unknown color: approx Astral. HEX triplet: 33, 66 and 8C. RGB value is (51,102,140). Sum of RGB (Red+Green+Blue) = 51+102+140=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #33668C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33668C is #CC9973. Grayscale: #5A5A5A. Windows color (decimal): -13408628 or 9201203. OLE color: 9201203.

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

Color convert

RGB51102140-
CMYK0.640.2700.45
HSL205.62º46.6%37.45%-
HSV(B)205.62º63.57%54.9%-
XYZ10.8512.126.57-
YUV91.08155.699.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.41%
GREEN value IS 102 (40.23% from 255) = 34.81%
BLUE value IS 140 (55.08% from 255) = 47.78%
R=17.41%
G=34.81%
B=47.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511021400.640.2700.45205.6246.637.45
Hex33668C401B02Dce2f25
Octal63146214100330553165745
Binary110011110011010001100100000011011010110111001110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33668C; }

 p { color: rgb(51,102,140); }

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

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

 a { background-color: rgb(51,102,140); }

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

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

 span { border-color: rgb(51,102,140); }

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