#33647A

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

Shades of Blumine #33647A

Tints of Blumine #33647A

Color information

#33647A (or 0x33647A) is unknown color: approx Blumine. HEX triplet: 33, 64 and 7A. RGB value is (51,100,122). Sum of RGB (Red+Green+Blue) = 51+100+122=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 122 - color contains mainly: blue. Hex color #33647A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33647A is #CC9B85. Grayscale: #575757. Windows color (decimal): -13409158 or 8021043. OLE color: 8021043.

HSL color Cylindrical-coordinate representation of color #33647A: hue angle of 198.59º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #33647A is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB51100122-
CMYK0.580.1800.52
HSL198.59º41.04%33.92%-
HSV(B)198.59º58.2%47.84%-
XYZ9.4411.2220.08-
YUV87.86147.27101.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.68%
GREEN value IS 100 (39.45% from 255) = 36.63%
BLUE value IS 122 (48.05% from 255) = 44.69%
R=18.68%
G=36.63%
B=44.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal511001220.580.1800.52198.5941.0433.92
Hex33647A3A12034c72922
Octal6314417272220643075142
Binary1100111100100111101011101010010011010011000111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33647A; }

 p { color: rgb(51,100,122); }

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

<style>
 a { background-color: #33647A; }

 a { background-color: rgb(51,100,122); }

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

<style>
 span { border-color: #33647A; }

 span { border-color: rgb(51,100,122); }

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