#348C90

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

Shades of Blue Chill #348C90

Tints of Blue Chill #348C90

Color information

#348C90 (or 0x348C90) is unknown color: approx Blue Chill. HEX triplet: 34, 8C and 90. RGB value is (52,140,144). Sum of RGB (Red+Green+Blue) = 52+140+144=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #348C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348C90 is #CB736F. Grayscale: #727272. Windows color (decimal): -13333360 or 9473076. OLE color: 9473076.

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

Color convert

RGB52140144-
CMYK0.640.0300.44
HSL182.61º46.94%38.43%-
HSV(B)182.61º63.89%56.47%-
XYZ15.8321.529.7-
YUV114.14144.8583.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.48%
GREEN value IS 140 (55.08% from 255) = 41.67%
BLUE value IS 144 (56.64% from 255) = 42.86%
R=15.48%
G=41.67%
B=42.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521401440.640.0300.44182.6146.9438.43
Hex348C9040302Cb72f26
Octal6421422010030542675746
Binary1101001000110010010000100000011010110010110111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348C90; }

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

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

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

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

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

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

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

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