#335F69

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

Shades of Blumine #335F69

Tints of Blumine #335F69

Color information

#335F69 (or 0x335F69) is unknown color: approx Blumine. HEX triplet: 33, 5F and 69. RGB value is (51,95,105). Sum of RGB (Red+Green+Blue) = 51+95+105=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 105 - color contains mainly: blue. Hex color #335F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335F69 is #CCA096. Grayscale: #525252. Windows color (decimal): -13410455 or 6905651. OLE color: 6905651.

HSL color Cylindrical-coordinate representation of color #335F69: hue angle of 191.11º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #335F69 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5195105-
CMYK0.510.1000.59
HSL191.11º34.62%30.59%-
HSV(B)191.11º51.43%41.18%-
XYZ8.019.9114.86-
YUV82.98140.42105.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.32%
GREEN value IS 95 (37.5% from 255) = 37.85%
BLUE value IS 105 (41.41% from 255) = 41.83%
R=20.32%
G=37.85%
B=41.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51951050.510.1000.59191.1134.6230.59
Hex335F6933A03Bbf231f
Octal6313715163120732774337
Binary11001110111111101001110011101001110111011111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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