#35918B

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

Shades of Blue Chill #35918B

Tints of Blue Chill #35918B

Color information

#35918B (or 0x35918B) is unknown color: approx Blue Chill. HEX triplet: 35, 91 and 8B. RGB value is (53,145,139). Sum of RGB (Red+Green+Blue) = 53+145+139=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 145 - color contains mainly: green. Hex color #35918B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35918B is #CA6E74. Grayscale: #747474. Windows color (decimal): -13266549 or 9146677. OLE color: 9146677.

HSL color Cylindrical-coordinate representation of color #35918B: hue angle of 176.09º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35918B is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB53145139-
CMYK0.6300.040.43
HSL176.09º46.46%38.82%-
HSV(B)176.09º63.45%56.86%-
XYZ16.2522.8727.98-
YUV116.81140.5282.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.73%
GREEN value IS 145 (57.03% from 255) = 43.03%
BLUE value IS 139 (54.69% from 255) = 41.25%
R=15.73%
G=43.03%
B=41.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531451390.6300.040.43176.0946.4638.82
Hex35918B3F042Bb02e27
Octal652212137704532605647
Binary1101011001000110001011111111010010101110110000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,145,139); }

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

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

 a { background-color: rgb(53,145,139); }

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

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

 span { border-color: rgb(53,145,139); }

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