#33656E

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

Shades of Blumine #33656E

Tints of Blumine #33656E

Color information

#33656E (or 0x33656E) is unknown color: approx Blumine. HEX triplet: 33, 65 and 6E. RGB value is (51,101,110). Sum of RGB (Red+Green+Blue) = 51+101+110=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 110 - color contains mainly: blue. Hex color #33656E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33656E is #CC9A91. Grayscale: #565656. Windows color (decimal): -13408914 or 7234867. OLE color: 7234867.

HSL color Cylindrical-coordinate representation of color #33656E: hue angle of 189.15º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #33656E is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB51101110-
CMYK0.540.0800.57
HSL189.15º36.65%31.57%-
HSV(B)189.15º53.64%43.14%-
XYZ8.8311.1416.44-
YUV87.08140.94102.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.47%
GREEN value IS 101 (39.84% from 255) = 38.55%
BLUE value IS 110 (43.36% from 255) = 41.98%
R=19.47%
G=38.55%
B=41.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal511011100.540.0800.57189.1536.6531.57
Hex33656E368039bd2520
Octal6314515666100712754540
Binary110011110010111011101101101000011100110111101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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