#355867

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

Shades of Blumine #355867

Tints of Blumine #355867

Color information

#355867 (or 0x355867) is unknown color: approx Blumine. HEX triplet: 35, 58 and 67. RGB value is (53,88,103). Sum of RGB (Red+Green+Blue) = 53+88+103=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 103 (40.62% from 255 or 42.21% from 244); Max value from RGB is 103 - color contains mainly: blue. Hex color #355867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355867 is #CAA798. Grayscale: #4F4F4F. Windows color (decimal): -13281177 or 6772789. OLE color: 6772789.

HSL color Cylindrical-coordinate representation of color #355867: hue angle of 198º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #355867 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5388103-
CMYK0.490.1500.60
HSL198º32.05%30.59%-
HSV(B)198º48.54%40.39%-
XYZ7.418.7214.12-
YUV79.24141.4109.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.72%
GREEN value IS 88 (34.77% from 255) = 36.07%
BLUE value IS 103 (40.62% from 255) = 42.21%
R=21.72%
G=36.07%
B=42.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53881030.490.1500.6019832.0530.59
Hex35586731F03Cc6201f
Octal6513014761170743064037
Binary11010110110001100111110001111101111001100011010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355867; }

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

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

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

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

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

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

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

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