#335C6E

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

Shades of Blumine #335C6E

Tints of Blumine #335C6E

Color information

#335C6E (or 0x335C6E) is unknown color: approx Blumine. HEX triplet: 33, 5C and 6E. RGB value is (51,92,110). Sum of RGB (Red+Green+Blue) = 51+92+110=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 110 - color contains mainly: blue. Hex color #335C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335C6E is #CCA391. Grayscale: #515151. Windows color (decimal): -13411218 or 7232563. OLE color: 7232563.

HSL color Cylindrical-coordinate representation of color #335C6E: hue angle of 198.31º 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 #335C6E is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5192110-
CMYK0.540.1600.57
HSL198.31º36.65%31.57%-
HSV(B)198.31º53.64%43.14%-
XYZ8.019.4816.16-
YUV81.79143.92106.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.16%
GREEN value IS 92 (36.33% from 255) = 36.36%
BLUE value IS 110 (43.36% from 255) = 43.48%
R=20.16%
G=36.36%
B=43.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51921100.540.1600.57198.3136.6531.57
Hex335C6E3610039c62520
Octal6313415666200713064540
Binary1100111011100110111011011010000011100111000110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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