#33698C

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

Shades of Astral #33698C

Tints of Astral #33698C

Color information

#33698C (or 0x33698C) is unknown color: approx Astral. HEX triplet: 33, 69 and 8C. RGB value is (51,105,140). Sum of RGB (Red+Green+Blue) = 51+105+140=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #33698C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33698C is #CC9673. Grayscale: #5C5C5C. Windows color (decimal): -13407860 or 9201971. OLE color: 9201971.

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

Color convert

RGB51105140-
CMYK0.640.2500.45
HSL203.6º46.6%37.45%-
HSV(B)203.6º63.57%54.9%-
XYZ11.1512.726.67-
YUV92.84154.6198.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.23%
GREEN value IS 105 (41.41% from 255) = 35.47%
BLUE value IS 140 (55.08% from 255) = 47.30%
R=17.23%
G=35.47%
B=47.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511051400.640.2500.45203.646.637.45
Hex33698C401902Dcc2f25
Octal63151214100310553145745
Binary110011110100110001100100000011001010110111001100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33698C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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