#35626B

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

Shades of Blumine #35626B

Tints of Blumine #35626B

Color information

#35626B (or 0x35626B) is unknown color: approx Blumine. HEX triplet: 35, 62 and 6B. RGB value is (53,98,107). Sum of RGB (Red+Green+Blue) = 53+98+107=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 107 - color contains mainly: blue. Hex color #35626B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35626B is #CA9D94. Grayscale: #555555. Windows color (decimal): -13278613 or 7037493. OLE color: 7037493.

HSL color Cylindrical-coordinate representation of color #35626B: hue angle of 190º degrees, saturation: 0.34, 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 #35626B is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5398107-
CMYK0.500.0800.58
HSL190º33.75%31.37%-
HSV(B)190º50.47%41.96%-
XYZ8.4910.5515.5-
YUV85.57140.09104.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.54%
GREEN value IS 98 (38.67% from 255) = 37.98%
BLUE value IS 107 (42.19% from 255) = 41.47%
R=20.54%
G=37.98%
B=41.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53981070.500.0800.5819033.7531.37
Hex35626B32803Abe221f
Octal6514215362100722764237
Binary11010111000101101011110010100001110101011111010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35626B; }

 p { color: rgb(53,98,107); }

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

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

 a { background-color: rgb(53,98,107); }

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

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

 span { border-color: rgb(53,98,107); }

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