#348B92

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

Shades of Blue Chill #348B92

Tints of Blue Chill #348B92

Color information

#348B92 (or 0x348B92) is unknown color: approx Blue Chill. HEX triplet: 34, 8B and 92. RGB value is (52,139,146). Sum of RGB (Red+Green+Blue) = 52+139+146=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #348B92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348B92 is #CB746D. Grayscale: #717171. Windows color (decimal): -13333614 or 9603892. OLE color: 9603892.

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

Color convert

RGB52139146-
CMYK0.640.0500.43
HSL184.47º47.47%38.82%-
HSV(B)184.47º64.38%57.25%-
XYZ15.8421.2730.47-
YUV113.78146.1883.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.43%
GREEN value IS 139 (54.69% from 255) = 41.25%
BLUE value IS 146 (57.42% from 255) = 43.32%
R=15.43%
G=41.25%
B=43.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal521391460.640.0500.43184.4747.4738.82
Hex348B9240502Bb82f27
Octal6421322210050532705747
Binary11010010001011100100101000000101010101110111000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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