#335B70

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

Shades of Blumine #335B70

Tints of Blumine #335B70

Color information

#335B70 (or 0x335B70) is unknown color: approx Blumine. HEX triplet: 33, 5B and 70. RGB value is (51,91,112). Sum of RGB (Red+Green+Blue) = 51+91+112=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #335B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335B70 is #CCA48F. Grayscale: #515151. Windows color (decimal): -13411472 or 7363379. OLE color: 7363379.

HSL color Cylindrical-coordinate representation of color #335B70: hue angle of 200.66º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #335B70 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5191112-
CMYK0.540.1900.56
HSL200.66º37.42%31.96%-
HSV(B)200.66º54.46%43.92%-
XYZ8.039.3616.71-
YUV81.43145.25106.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.08%
GREEN value IS 91 (35.94% from 255) = 35.83%
BLUE value IS 112 (44.14% from 255) = 44.09%
R=20.08%
G=35.83%
B=44.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51911120.540.1900.56200.6637.4231.96
Hex335B703613038c92520
Octal6313316066230703114540
Binary1100111011011111000011011010011011100011001001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,91,112); }

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

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

 a { background-color: rgb(51,91,112); }

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

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

 span { border-color: rgb(51,91,112); }

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