#33687A

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

Shades of Blumine #33687A

Tints of Blumine #33687A

Color information

#33687A (or 0x33687A) is unknown color: approx Blumine. HEX triplet: 33, 68 and 7A. RGB value is (51,104,122). Sum of RGB (Red+Green+Blue) = 51+104+122=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 122 - color contains mainly: blue. Hex color #33687A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33687A is #CC9785. Grayscale: #5A5A5A. Windows color (decimal): -13408134 or 8022067. OLE color: 8022067.

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

Color convert

RGB51104122-
CMYK0.580.1500.52
HSL195.21º41.04%33.92%-
HSV(B)195.21º58.2%47.84%-
XYZ9.8312.0120.21-
YUV90.2145.94100.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.41%
GREEN value IS 104 (41.02% from 255) = 37.55%
BLUE value IS 122 (48.05% from 255) = 44.04%
R=18.41%
G=37.55%
B=44.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal511041220.580.1500.52195.2141.0433.92
Hex33687A3AF034c32922
Octal6315017272170643035142
Binary110011110100011110101110101111011010011000011101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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