#335E69

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

Shades of Blumine #335E69

Tints of Blumine #335E69

Color information

#335E69 (or 0x335E69) is unknown color: approx Blumine. HEX triplet: 33, 5E and 69. RGB value is (51,94,105). Sum of RGB (Red+Green+Blue) = 51+94+105=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 105 - color contains mainly: blue. Hex color #335E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335E69 is #CCA196. Grayscale: #525252. Windows color (decimal): -13410711 or 6905395. OLE color: 6905395.

HSL color Cylindrical-coordinate representation of color #335E69: hue angle of 192.22º 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 #335E69 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5194105-
CMYK0.510.1000.59
HSL192.22º34.62%30.59%-
HSV(B)192.22º51.43%41.18%-
XYZ7.929.7314.83-
YUV82.4140.75105.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.4%
GREEN value IS 94 (37.11% from 255) = 37.6%
BLUE value IS 105 (41.41% from 255) = 42%
R=20.4%
G=37.6%
B=42%

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
Decimal51941050.510.1000.59192.2234.6230.59
Hex335E6933A03Bc0231f
Octal6313615163120733004337
Binary11001110111101101001110011101001110111100000010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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