#35838D

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

Shades of Blue Chill #35838D

Tints of Blue Chill #35838D

Color information

#35838D (or 0x35838D) is unknown color: approx Blue Chill. HEX triplet: 35, 83 and 8D. RGB value is (53,131,141). Sum of RGB (Red+Green+Blue) = 53+131+141=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 141 - color contains mainly: blue. Hex color #35838D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35838D is #CA7C72. Grayscale: #6C6C6C. Windows color (decimal): -13270131 or 9274165. OLE color: 9274165.

HSL color Cylindrical-coordinate representation of color #35838D: hue angle of 186.82º 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 #35838D is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB53131141-
CMYK0.620.0700.45
HSL186.82º45.36%38.04%-
HSV(B)186.82º62.41%55.29%-
XYZ14.3918.9128.09-
YUV108.82146.1688.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.31%
GREEN value IS 131 (51.56% from 255) = 40.31%
BLUE value IS 141 (55.47% from 255) = 43.38%
R=16.31%
G=40.31%
B=43.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531311410.620.0700.45186.8245.3638.04
Hex35838D3E702Dbb2d26
Octal652032157670552735546
Binary1101011000001110001101111110111010110110111011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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