#338B83

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

Shades of Blue Chill #338B83

Tints of Blue Chill #338B83

Color information

#338B83 (or 0x338B83) is unknown color: approx Blue Chill. HEX triplet: 33, 8B and 83. RGB value is (51,139,131). Sum of RGB (Red+Green+Blue) = 51+139+131=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 139 - color contains mainly: green. Hex color #338B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338B83 is #CC747C. Grayscale: #6F6F6F. Windows color (decimal): -13399165 or 8620851. OLE color: 8620851.

HSL color Cylindrical-coordinate representation of color #338B83: hue angle of 174.55º 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 #338B83 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB51139131-
CMYK0.6300.060.45
HSL174.55º46.32%37.25%-
HSV(B)174.55º63.31%54.51%-
XYZ14.6920.8124.71-
YUV111.78138.8584.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.89%
GREEN value IS 139 (54.69% from 255) = 43.30%
BLUE value IS 131 (51.56% from 255) = 40.81%
R=15.89%
G=43.30%
B=40.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511391310.6300.060.45174.5546.3237.25
Hex338B833F062Daf2e25
Octal632132037706552575645
Binary1100111000101110000011111111011010110110101111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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