#348F90

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

Shades of Blue Chill #348F90

Tints of Blue Chill #348F90

Color information

#348F90 (or 0x348F90) is unknown color: approx Blue Chill. HEX triplet: 34, 8F and 90. RGB value is (52,143,144). Sum of RGB (Red+Green+Blue) = 52+143+144=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #348F90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348F90 is #CB706F. Grayscale: #737373. Windows color (decimal): -13332592 or 9473844. OLE color: 9473844.

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

Color convert

RGB52143144-
CMYK0.640.0100.44
HSL180.65º46.94%38.43%-
HSV(B)180.65º63.89%56.47%-
XYZ16.2722.3929.85-
YUV115.9143.8582.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.34%
GREEN value IS 143 (56.25% from 255) = 42.18%
BLUE value IS 144 (56.64% from 255) = 42.48%
R=15.34%
G=42.18%
B=42.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521431440.640.0100.44180.6546.9438.43
Hex348F9040102Cb52f26
Octal6421722010010542655746
Binary110100100011111001000010000001010110010110101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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