#335C6D

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

Shades of Blumine #335C6D

Tints of Blumine #335C6D

Color information

#335C6D (or 0x335C6D) is unknown color: approx Blumine. HEX triplet: 33, 5C and 6D. RGB value is (51,92,109). Sum of RGB (Red+Green+Blue) = 51+92+109=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 109 - color contains mainly: blue. Hex color #335C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335C6D is #CCA392. Grayscale: #515151. Windows color (decimal): -13411219 or 7167027. OLE color: 7167027.

HSL color Cylindrical-coordinate representation of color #335C6D: hue angle of 197.59º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #335C6D is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5192109-
CMYK0.530.1600.57
HSL197.59º36.25%31.37%-
HSV(B)197.59º53.21%42.75%-
XYZ7.959.4615.88-
YUV81.68143.42106.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.24%
GREEN value IS 92 (36.33% from 255) = 36.51%
BLUE value IS 109 (42.97% from 255) = 43.25%
R=20.24%
G=36.51%
B=43.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51921090.530.1600.57197.5936.2531.37
Hex335C6D3510039c6241f
Octal6313415565200713064437
Binary110011101110011011011101011000001110011100011010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,92,109); }

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

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

 a { background-color: rgb(51,92,109); }

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

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

 span { border-color: rgb(51,92,109); }

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