#35556A

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

Shades of Blumine #35556A

Tints of Blumine #35556A

Color information

#35556A (or 0x35556A) is unknown color: approx Blumine. HEX triplet: 35, 55 and 6A. RGB value is (53,85,106). Sum of RGB (Red+Green+Blue) = 53+85+106=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 106 - color contains mainly: blue. Hex color #35556A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35556A is #CAAA95. Grayscale: #4D4D4D. Windows color (decimal): -13281942 or 6968629. OLE color: 6968629.

HSL color Cylindrical-coordinate representation of color #35556A: hue angle of 203.77º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #35556A is Cyan = 0.5, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5385106-
CMYK0.50.2000.58
HSL203.77º33.33%31.18%-
HSV(B)203.77º50%41.57%-
XYZ7.328.2914.85-
YUV77.83143.9110.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.72%
GREEN value IS 85 (33.59% from 255) = 34.84%
BLUE value IS 106 (41.80% from 255) = 43.44%
R=21.72%
G=34.84%
B=43.44%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53851060.50.2000.58203.7733.3331.18
Hex35556A321403Acc211f
Octal6512515262240723144137
Binary110101101010111010101100101010001110101100110010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35556A; }

 p { color: rgb(53,85,106); }

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

<style>
 a { background-color: #35556A; }

 a { background-color: rgb(53,85,106); }

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

<style>
 span { border-color: #35556A; }

 span { border-color: rgb(53,85,106); }

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