#348892

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

Shades of Blue Chill #348892

Tints of Blue Chill #348892

Color information

#348892 (or 0x348892) is unknown color: approx Blue Chill. HEX triplet: 34, 88 and 92. RGB value is (52,136,146). Sum of RGB (Red+Green+Blue) = 52+136+146=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #348892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348892 is #CB776D. Grayscale: #6F6F6F. Windows color (decimal): -13334382 or 9603124. OLE color: 9603124.

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

Color convert

RGB52136146-
CMYK0.640.0700.43
HSL186.38º47.47%38.82%-
HSV(B)186.38º64.38%57.25%-
XYZ15.4120.4130.32-
YUV112.02147.1785.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.57%
GREEN value IS 136 (53.52% from 255) = 40.72%
BLUE value IS 146 (57.42% from 255) = 43.71%
R=15.57%
G=40.72%
B=43.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal521361460.640.0700.43186.3847.4738.82
Hex34889240702Bba2f27
Octal6421022210070532725747
Binary11010010001000100100101000000111010101110111010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348892; }

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

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

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

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

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

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

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

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