#339390

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

Shades of Blue Chill #339390

Tints of Blue Chill #339390

Color information

#339390 (or 0x339390) is unknown color: approx Blue Chill. HEX triplet: 33, 93 and 90. RGB value is (51,147,144). Sum of RGB (Red+Green+Blue) = 51+147+144=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #339390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339390 is #CC6C6F. Grayscale: #757575. Windows color (decimal): -13397104 or 9474867. OLE color: 9474867.

HSL color Cylindrical-coordinate representation of color #339390: hue angle of 178.12º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339390 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB51147144-
CMYK0.6500.020.42
HSL178.12º48.48%38.82%-
HSV(B)178.12º65.31%57.65%-
XYZ16.8323.5830.05-
YUV117.95142.780.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.91%
GREEN value IS 147 (57.81% from 255) = 42.98%
BLUE value IS 144 (56.64% from 255) = 42.11%
R=14.91%
G=42.98%
B=42.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511471440.6500.020.42178.1248.4838.82
Hex33939041022Ab23027
Octal6322322010102522626047
Binary1100111001001110010000100000101010101010110010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339390; }

 p { color: rgb(51,147,144); }

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

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

 a { background-color: rgb(51,147,144); }

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

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

 span { border-color: rgb(51,147,144); }

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