#348690

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

Shades of Blue Chill #348690

Tints of Blue Chill #348690

Color information

#348690 (or 0x348690) is unknown color: approx Blue Chill. HEX triplet: 34, 86 and 90. RGB value is (52,134,144). Sum of RGB (Red+Green+Blue) = 52+134+144=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #348690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348690 is #CB796F. Grayscale: #6E6E6E. Windows color (decimal): -13334896 or 9471540. OLE color: 9471540.

HSL color Cylindrical-coordinate representation of color #348690: hue angle of 186.52º 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 #348690 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB52134144-
CMYK0.640.0700.44
HSL186.52º46.94%38.43%-
HSV(B)186.52º63.89%56.47%-
XYZ14.9819.7929.42-
YUV110.62146.8386.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.76%
GREEN value IS 134 (52.73% from 255) = 40.61%
BLUE value IS 144 (56.64% from 255) = 43.64%
R=15.76%
G=40.61%
B=43.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521341440.640.0700.44186.5246.9438.43
Hex34869040702Cbb2f26
Octal6420622010070542735746
Binary11010010000110100100001000000111010110010111011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348690; }

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

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

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

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

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

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

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

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