#35848F

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

Shades of Blue Chill #35848F

Tints of Blue Chill #35848F

Color information

#35848F (or 0x35848F) is unknown color: approx Blue Chill. HEX triplet: 35, 84 and 8F. RGB value is (53,132,143). Sum of RGB (Red+Green+Blue) = 53+132+143=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 143 - color contains mainly: blue. Hex color #35848F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35848F is #CA7B70. Grayscale: #6D6D6D. Windows color (decimal): -13269873 or 9405493. OLE color: 9405493.

HSL color Cylindrical-coordinate representation of color #35848F: hue angle of 187.33º 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 #35848F is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB53132143-
CMYK0.630.0800.44
HSL187.33º45.92%38.43%-
HSV(B)187.33º62.94%56.08%-
XYZ14.6819.2428.93-
YUV109.63146.8387.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.16%
GREEN value IS 132 (51.95% from 255) = 40.24%
BLUE value IS 143 (56.25% from 255) = 43.60%
R=16.16%
G=40.24%
B=43.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531321430.630.0800.44187.3345.9238.43
Hex35848F3F802Cbb2e26
Octal6520421777100542735646
Binary11010110000100100011111111111000010110010111011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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