#356675

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

Shades of Blumine #356675

Tints of Blumine #356675

Color information

#356675 (or 0x356675) is unknown color: approx Blumine. HEX triplet: 35, 66 and 75. RGB value is (53,102,117). Sum of RGB (Red+Green+Blue) = 53+102+117=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 117 - color contains mainly: blue. Hex color #356675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356675 is #CA998A. Grayscale: #585858. Windows color (decimal): -13277579 or 7693877. OLE color: 7693877.

HSL color Cylindrical-coordinate representation of color #356675: hue angle of 194.06º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #356675 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB53102117-
CMYK0.550.1300.54
HSL194.06º37.65%33.33%-
HSV(B)194.06º54.7%45.88%-
XYZ9.4311.5418.56-
YUV89.06143.77102.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.49%
GREEN value IS 102 (40.23% from 255) = 37.5%
BLUE value IS 117 (46.09% from 255) = 43.01%
R=19.49%
G=37.5%
B=43.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal531021170.550.1300.54194.0637.6533.33
Hex35667537D036c22621
Octal6514616567150663024641
Binary110101110011011101011101111101011011011000010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356675; }

 p { color: rgb(53,102,117); }

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

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

 a { background-color: rgb(53,102,117); }

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

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

 span { border-color: rgb(53,102,117); }

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