#33627A

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

Shades of Blumine #33627A

Tints of Blumine #33627A

Color information

#33627A (or 0x33627A) is unknown color: approx Blumine. HEX triplet: 33, 62 and 7A. RGB value is (51,98,122). Sum of RGB (Red+Green+Blue) = 51+98+122=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 122 - color contains mainly: blue. Hex color #33627A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33627A is #CC9D85. Grayscale: #565656. Windows color (decimal): -13409670 or 8020531. OLE color: 8020531.

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

Color convert

RGB5198122-
CMYK0.580.2000.52
HSL200.28º41.04%33.92%-
HSV(B)200.28º58.2%47.84%-
XYZ9.2510.8420.02-
YUV86.68147.93102.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.82%
GREEN value IS 98 (38.67% from 255) = 36.16%
BLUE value IS 122 (48.05% from 255) = 45.02%
R=18.82%
G=36.16%
B=45.02%

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
Decimal51981220.580.2000.52200.2841.0433.92
Hex33627A3A14034c82922
Octal6314217272240643105142
Binary1100111100010111101011101010100011010011001000101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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