#335767

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

Shades of Blumine #335767

Tints of Blumine #335767

Color information

#335767 (or 0x335767) is unknown color: approx Blumine. HEX triplet: 33, 57 and 67. RGB value is (51,87,103). Sum of RGB (Red+Green+Blue) = 51+87+103=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 103 - color contains mainly: blue. Hex color #335767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335767 is #CCA898. Grayscale: #4D4D4D. Windows color (decimal): -13412505 or 6772531. OLE color: 6772531.

HSL color Cylindrical-coordinate representation of color #335767: hue angle of 198.46º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #335767 is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5187103-
CMYK0.500.1600.60
HSL198.46º33.77%30.2%-
HSV(B)198.46º50.49%40.39%-
XYZ7.228.514.09-
YUV78.06142.07108.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.16%
GREEN value IS 87 (34.38% from 255) = 36.10%
BLUE value IS 103 (40.62% from 255) = 42.74%
R=21.16%
G=36.10%
B=42.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal51871030.500.1600.60198.4633.7730.2
Hex335767321003Cc6221e
Octal6312714762200743064236
Binary110011101011111001111100101000001111001100011010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335767; }

 p { color: rgb(51,87,103); }

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

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

 a { background-color: rgb(51,87,103); }

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

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

 span { border-color: rgb(51,87,103); }

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