#338B8A

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

Shades of Blue Chill #338B8A

Tints of Blue Chill #338B8A

Color information

#338B8A (or 0x338B8A) is unknown color: approx Blue Chill. HEX triplet: 33, 8B and 8A. RGB value is (51,139,138). Sum of RGB (Red+Green+Blue) = 51+139+138=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 139 - color contains mainly: green. Hex color #338B8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338B8A is #CC7475. Grayscale: #707070. Windows color (decimal): -13399158 or 9079603. OLE color: 9079603.

HSL color Cylindrical-coordinate representation of color #338B8A: hue angle of 179.32º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338B8A is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB51139138-
CMYK0.6300.010.45
HSL179.32º46.32%37.25%-
HSV(B)179.32º63.31%54.51%-
XYZ15.192127.3-
YUV112.57142.3584.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.55%
GREEN value IS 139 (54.69% from 255) = 42.38%
BLUE value IS 138 (54.30% from 255) = 42.07%
R=15.55%
G=42.38%
B=42.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511391380.6300.010.45179.3246.3237.25
Hex338B8A3F012Db32e25
Octal632132127701552635645
Binary11001110001011100010101111110110110110110011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338B8A; }

 p { color: rgb(51,139,138); }

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

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

 a { background-color: rgb(51,139,138); }

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

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

 span { border-color: rgb(51,139,138); }

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