#35898D

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

Shades of Blue Chill #35898D

Tints of Blue Chill #35898D

Color information

#35898D (or 0x35898D) is unknown color: approx Blue Chill. HEX triplet: 35, 89 and 8D. RGB value is (53,137,141). Sum of RGB (Red+Green+Blue) = 53+137+141=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #35898D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35898D is #CA7672. Grayscale: #707070. Windows color (decimal): -13268595 or 9275701. OLE color: 9275701.

HSL color Cylindrical-coordinate representation of color #35898D: hue angle of 182.73º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35898D is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB53137141-
CMYK0.620.0300.45
HSL182.73º45.36%38.04%-
HSV(B)182.73º62.41%55.29%-
XYZ15.2220.5728.37-
YUV112.34144.1785.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.01%
GREEN value IS 137 (53.91% from 255) = 41.39%
BLUE value IS 141 (55.47% from 255) = 42.60%
R=16.01%
G=41.39%
B=42.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531371410.620.0300.45182.7345.3638.04
Hex35898D3E302Db72d26
Octal652112157630552675546
Binary110101100010011000110111111011010110110110111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35898D; }

 p { color: rgb(53,137,141); }

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

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

 a { background-color: rgb(53,137,141); }

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

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

 span { border-color: rgb(53,137,141); }

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