#35666E

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

Shades of Blumine #35666E

Tints of Blumine #35666E

Color information

#35666E (or 0x35666E) is unknown color: approx Blumine. HEX triplet: 35, 66 and 6E. RGB value is (53,102,110). Sum of RGB (Red+Green+Blue) = 53+102+110=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 110 - color contains mainly: blue. Hex color #35666E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35666E is #CA9991. Grayscale: #585858. Windows color (decimal): -13277586 or 7235125. OLE color: 7235125.

HSL color Cylindrical-coordinate representation of color #35666E: hue angle of 188.42º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #35666E is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB53102110-
CMYK0.520.0700.57
HSL188.42º34.97%31.96%-
HSV(B)188.42º51.82%43.14%-
XYZ9.0311.3916.47-
YUV88.26140.27102.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20%
GREEN value IS 102 (40.23% from 255) = 38.49%
BLUE value IS 110 (43.36% from 255) = 41.51%
R=20%
G=38.49%
B=41.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal531021100.520.0700.57188.4234.9731.96
Hex35666E347039bc2320
Octal651461566470712744340
Binary11010111001101101110110100111011100110111100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35666E; }

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

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

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

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

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

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

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

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