#33617A

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

Shades of Blumine #33617A

Tints of Blumine #33617A

Color information

#33617A (or 0x33617A) is unknown color: approx Blumine. HEX triplet: 33, 61 and 7A. RGB value is (51,97,122). Sum of RGB (Red+Green+Blue) = 51+97+122=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #33617A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33617A is #CC9E85. Grayscale: #555555. Windows color (decimal): -13409926 or 8020275. OLE color: 8020275.

HSL color Cylindrical-coordinate representation of color #33617A: hue angle of 201.13º 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 #33617A is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5197122-
CMYK0.580.2000.52
HSL201.13º41.04%33.92%-
HSV(B)201.13º58.2%47.84%-
XYZ9.1510.6619.99-
YUV86.1148.26102.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.89%
GREEN value IS 97 (38.28% from 255) = 35.93%
BLUE value IS 122 (48.05% from 255) = 45.19%
R=18.89%
G=35.93%
B=45.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51971220.580.2000.52201.1341.0433.92
Hex33617A3A14034c92922
Octal6314117272240643115142
Binary1100111100001111101011101010100011010011001001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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