#388883

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

Shades of Blue Chill #388883

Tints of Blue Chill #388883

Color information

#388883 (or 0x388883) is unknown color: approx Blue Chill. HEX triplet: 38, 88 and 83. RGB value is (56,136,131). Sum of RGB (Red+Green+Blue) = 56+136+131=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #388883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388883 is #C7777C. Grayscale: #6F6F6F. Windows color (decimal): -13072253 or 8620088. OLE color: 8620088.

HSL color Cylindrical-coordinate representation of color #388883: hue angle of 176.25º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388883 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB56136131-
CMYK0.5900.040.47
HSL176.25º41.67%37.65%-
HSV(B)176.25º58.82%53.33%-
XYZ14.5320.0924.58-
YUV111.5113988.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.34%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 131 (51.56% from 255) = 40.56%
R=17.34%
G=42.11%
B=40.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561361310.5900.040.47176.2541.6737.65
Hex3888833B042Fb02a26
Octal702102037304572605246
Binary1110001000100010000011111011010010111110110000101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388883; }

 p { color: rgb(56,136,131); }

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

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

 a { background-color: rgb(56,136,131); }

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

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

 span { border-color: rgb(56,136,131); }

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