#35586F

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

Shades of Blumine #35586F

Tints of Blumine #35586F

Color information

#35586F (or 0x35586F) is unknown color: approx Blumine. HEX triplet: 35, 58 and 6F. RGB value is (53,88,111). Sum of RGB (Red+Green+Blue) = 53+88+111=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 111 - color contains mainly: blue. Hex color #35586F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35586F is #CAA790. Grayscale: #505050. Windows color (decimal): -13281169 or 7297077. OLE color: 7297077.

HSL color Cylindrical-coordinate representation of color #35586F: hue angle of 203.79º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #35586F is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5388111-
CMYK0.520.2100.56
HSL203.79º35.37%32.16%-
HSV(B)203.79º52.25%43.53%-
XYZ7.838.8816.34-
YUV80.16145.4108.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 88 (34.77% from 255) = 34.92%
BLUE value IS 111 (43.75% from 255) = 44.05%
R=21.03%
G=34.92%
B=44.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53881110.520.2100.56203.7935.3732.16
Hex35586F3415038cc2320
Octal6513015764250703144340
Binary1101011011000110111111010010101011100011001100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35586F; }

 p { color: rgb(53,88,111); }

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

<style>
 a { background-color: #35586F; }

 a { background-color: rgb(53,88,111); }

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

<style>
 span { border-color: #35586F; }

 span { border-color: rgb(53,88,111); }

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