#335A70

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

Shades of Blumine #335A70

Tints of Blumine #335A70

Color information

#335A70 (or 0x335A70) is unknown color: approx Blumine. HEX triplet: 33, 5A and 70. RGB value is (51,90,112). Sum of RGB (Red+Green+Blue) = 51+90+112=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: blue. Hex color #335A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335A70 is #CCA58F. Grayscale: #505050. Windows color (decimal): -13411728 or 7363123. OLE color: 7363123.

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

Color convert

RGB5190112-
CMYK0.540.2000.56
HSL201.64º37.42%31.96%-
HSV(B)201.64º54.46%43.92%-
XYZ7.959.1916.68-
YUV80.85145.58106.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.16%
GREEN value IS 90 (35.55% from 255) = 35.57%
BLUE value IS 112 (44.14% from 255) = 44.27%
R=20.16%
G=35.57%
B=44.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51901120.540.2000.56201.6437.4231.96
Hex335A703614038ca2520
Octal6313216066240703124540
Binary1100111011010111000011011010100011100011001010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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