#35898F

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

Shades of Blue Chill #35898F

Tints of Blue Chill #35898F

Color information

#35898F (or 0x35898F) is unknown color: approx Blue Chill. HEX triplet: 35, 89 and 8F. RGB value is (53,137,143). Sum of RGB (Red+Green+Blue) = 53+137+143=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 143 - color contains mainly: blue. Hex color #35898F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35898F is #CA7670. Grayscale: #707070. Windows color (decimal): -13268593 or 9406773. OLE color: 9406773.

HSL color Cylindrical-coordinate representation of color #35898F: hue angle of 184º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35898F is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB53137143-
CMYK0.630.0400.44
HSL184º45.92%38.43%-
HSV(B)184º62.94%56.08%-
XYZ15.3720.6329.16-
YUV112.57145.1785.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.92%
GREEN value IS 137 (53.91% from 255) = 41.14%
BLUE value IS 143 (56.25% from 255) = 42.94%
R=15.92%
G=41.14%
B=42.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531371430.630.0400.4418445.9238.43
Hex35898F3F402Cb82e26
Octal652112177740542705646
Binary1101011000100110001111111111100010110010111000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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