#33586B

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

Shades of Blumine #33586B

Tints of Blumine #33586B

Color information

#33586B (or 0x33586B) is unknown color: approx Blumine. HEX triplet: 33, 58 and 6B. RGB value is (51,88,107). Sum of RGB (Red+Green+Blue) = 51+88+107=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 107 - color contains mainly: blue. Hex color #33586B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33586B is #CCA794. Grayscale: #4E4E4E. Windows color (decimal): -13412245 or 7034931. OLE color: 7034931.

HSL color Cylindrical-coordinate representation of color #33586B: hue angle of 200.36º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #33586B is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5188107-
CMYK0.520.1800.58
HSL200.36º35.44%30.98%-
HSV(B)200.36º52.34%41.96%-
XYZ7.518.7415.2-
YUV79.1143.74107.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.73%
GREEN value IS 88 (34.77% from 255) = 35.77%
BLUE value IS 107 (42.19% from 255) = 43.50%
R=20.73%
G=35.77%
B=43.50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51881070.520.1800.58200.3635.4430.98
Hex33586B341203Ac8231f
Octal6313015364220723104337
Binary110011101100011010111101001001001110101100100010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33586B; }

 p { color: rgb(51,88,107); }

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

<style>
 a { background-color: #33586B; }

 a { background-color: rgb(51,88,107); }

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

<style>
 span { border-color: #33586B; }

 span { border-color: rgb(51,88,107); }

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