#335F6E

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

Shades of Blumine #335F6E

Tints of Blumine #335F6E

Color information

#335F6E (or 0x335F6E) is unknown color: approx Blumine. HEX triplet: 33, 5F and 6E. RGB value is (51,95,110). Sum of RGB (Red+Green+Blue) = 51+95+110=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 110 - color contains mainly: blue. Hex color #335F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335F6E is #CCA091. Grayscale: #535353. Windows color (decimal): -13410450 or 7233331. OLE color: 7233331.

HSL color Cylindrical-coordinate representation of color #335F6E: hue angle of 195.25º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #335F6E is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5195110-
CMYK0.540.1400.57
HSL195.25º36.65%31.57%-
HSV(B)195.25º53.64%43.14%-
XYZ8.2710.0116.25-
YUV83.55142.92104.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.92%
GREEN value IS 95 (37.5% from 255) = 37.11%
BLUE value IS 110 (43.36% from 255) = 42.97%
R=19.92%
G=37.11%
B=42.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51951100.540.1400.57195.2536.6531.57
Hex335F6E36E039c32520
Octal6313715666160713034540
Binary110011101111111011101101101110011100111000011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335F6E; }

 p { color: rgb(51,95,110); }

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

<style>
 a { background-color: #335F6E; }

 a { background-color: rgb(51,95,110); }

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

<style>
 span { border-color: #335F6E; }

 span { border-color: rgb(51,95,110); }

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