#348992

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

Shades of Blue Chill #348992

Tints of Blue Chill #348992

Color information

#348992 (or 0x348992) is unknown color: approx Blue Chill. HEX triplet: 34, 89 and 92. RGB value is (52,137,146). Sum of RGB (Red+Green+Blue) = 52+137+146=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #348992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348992 is #CB766D. Grayscale: #707070. Windows color (decimal): -13334126 or 9603380. OLE color: 9603380.

HSL color Cylindrical-coordinate representation of color #348992: hue angle of 185.74º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #348992 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB52137146-
CMYK0.640.0600.43
HSL185.74º47.47%38.82%-
HSV(B)185.74º64.38%57.25%-
XYZ15.5520.730.37-
YUV112.61146.8484.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.52%
GREEN value IS 137 (53.91% from 255) = 40.90%
BLUE value IS 146 (57.42% from 255) = 43.58%
R=15.52%
G=40.90%
B=43.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal521371460.640.0600.43185.7447.4738.82
Hex34899240602Bba2f27
Octal6421122210060532725747
Binary11010010001001100100101000000110010101110111010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348992; }

 p { color: rgb(52,137,146); }

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

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

 a { background-color: rgb(52,137,146); }

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

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

 span { border-color: rgb(52,137,146); }

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