#335C70

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

Shades of Blumine #335C70

Tints of Blumine #335C70

Color information

#335C70 (or 0x335C70) is unknown color: approx Blumine. HEX triplet: 33, 5C and 70. RGB value is (51,92,112). Sum of RGB (Red+Green+Blue) = 51+92+112=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #335C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335C70 is #CCA38F. Grayscale: #515151. Windows color (decimal): -13411216 or 7363635. OLE color: 7363635.

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

Color convert

RGB5192112-
CMYK0.540.1800.56
HSL199.67º37.42%31.96%-
HSV(B)199.67º54.46%43.92%-
XYZ8.129.5316.74-
YUV82.02144.92105.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20%
GREEN value IS 92 (36.33% from 255) = 36.08%
BLUE value IS 112 (44.14% from 255) = 43.92%
R=20%
G=36.08%
B=43.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51921120.540.1800.56199.6737.4231.96
Hex335C703612038c82520
Octal6313416066220703104540
Binary1100111011100111000011011010010011100011001000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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