#33658D

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

Shades of Astral #33658D

Tints of Astral #33658D

Color information

#33658D (or 0x33658D) is unknown color: approx Astral. HEX triplet: 33, 65 and 8D. RGB value is (51,101,141). Sum of RGB (Red+Green+Blue) = 51+101+141=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #33658D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33658D is #CC9A72. Grayscale: #5A5A5A. Windows color (decimal): -13408883 or 9266483. OLE color: 9266483.

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

Color convert

RGB51101141-
CMYK0.640.2800.45
HSL206.67º46.88%37.65%-
HSV(B)206.67º63.83%55.29%-
XYZ10.8311.9326.93-
YUV90.61156.4499.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.41%
GREEN value IS 101 (39.84% from 255) = 34.47%
BLUE value IS 141 (55.47% from 255) = 48.12%
R=17.41%
G=34.47%
B=48.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511011410.640.2800.45206.6746.8837.65
Hex33658D401C02Dcf2f26
Octal63145215100340553175746
Binary110011110010110001101100000011100010110111001111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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