#338C92

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

Shades of Blue Chill #338C92

Tints of Blue Chill #338C92

Color information

#338C92 (or 0x338C92) is unknown color: approx Blue Chill. HEX triplet: 33, 8C and 92. RGB value is (51,140,146). Sum of RGB (Red+Green+Blue) = 51+140+146=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 140 (55.08% from 255 or 41.54% 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 #338C92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338C92 is #CC736D. Grayscale: #717171. Windows color (decimal): -13398894 or 9604147. OLE color: 9604147.

HSL color Cylindrical-coordinate representation of color #338C92: hue angle of 183.79º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #338C92 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB51140146-
CMYK0.650.0400.43
HSL183.79º48.22%38.63%-
HSV(B)183.79º65.07%57.25%-
XYZ15.9321.5430.51-
YUV114.07146.0183.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.13%
GREEN value IS 140 (55.08% from 255) = 41.54%
BLUE value IS 146 (57.42% from 255) = 43.32%
R=15.13%
G=41.54%
B=43.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511401460.650.0400.43183.7948.2238.63
Hex338C9241402Bb83027
Octal6321422210140532706047
Binary11001110001100100100101000001100010101110111000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,140,146); }

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

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

 a { background-color: rgb(51,140,146); }

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

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

 span { border-color: rgb(51,140,146); }

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