#33647C

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

Shades of Blumine #33647C

Tints of Blumine #33647C

Color information

#33647C (or 0x33647C) is unknown color: approx Blumine. HEX triplet: 33, 64 and 7C. RGB value is (51,100,124). Sum of RGB (Red+Green+Blue) = 51+100+124=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #33647C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33647C is #CC9B83. Grayscale: #575757. Windows color (decimal): -13409156 or 8152115. OLE color: 8152115.

HSL color Cylindrical-coordinate representation of color #33647C: hue angle of 199.73º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33647C is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB51100124-
CMYK0.590.1900.51
HSL199.73º41.71%34.31%-
HSV(B)199.73º58.87%48.63%-
XYZ9.5611.2720.74-
YUV88.08148.27101.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 100 (39.45% from 255) = 36.36%
BLUE value IS 124 (48.83% from 255) = 45.09%
R=18.55%
G=36.36%
B=45.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal511001240.590.1900.51199.7341.7134.31
Hex33647C3B13033c82a22
Octal6314417473230633105242
Binary1100111100100111110011101110011011001111001000101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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