#348490

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

Shades of Blue Chill #348490

Tints of Blue Chill #348490

Color information

#348490 (or 0x348490) is unknown color: approx Blue Chill. HEX triplet: 34, 84 and 90. RGB value is (52,132,144). Sum of RGB (Red+Green+Blue) = 52+132+144=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #348490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348490 is #CB7B6F. Grayscale: #6D6D6D. Windows color (decimal): -13335408 or 9471028. OLE color: 9471028.

HSL color Cylindrical-coordinate representation of color #348490: hue angle of 187.83º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #348490 is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB52132144-
CMYK0.640.0800.44
HSL187.83º46.94%38.43%-
HSV(B)187.83º63.89%56.47%-
XYZ14.719.2529.33-
YUV109.45147.587.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.85%
GREEN value IS 132 (51.95% from 255) = 40.24%
BLUE value IS 144 (56.64% from 255) = 43.90%
R=15.85%
G=40.24%
B=43.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521321440.640.0800.44187.8346.9438.43
Hex34849040802Cbc2f26
Octal64204220100100542745746
Binary110100100001001001000010000001000010110010111100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348490; }

 p { color: rgb(52,132,144); }

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

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

 a { background-color: rgb(52,132,144); }

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

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

 span { border-color: rgb(52,132,144); }

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