#388893

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

Shades of Blue Chill #388893

Tints of Blue Chill #388893

Color information

#388893 (or 0x388893) is unknown color: approx Blue Chill. HEX triplet: 38, 88 and 93. RGB value is (56,136,147). Sum of RGB (Red+Green+Blue) = 56+136+147=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #388893 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388893 is #C7776C. Grayscale: #717171. Windows color (decimal): -13072237 or 9668664. OLE color: 9668664.

HSL color Cylindrical-coordinate representation of color #388893: hue angle of 187.25º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #388893 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB56136147-
CMYK0.620.0700.42
HSL187.25º44.83%39.8%-
HSV(B)187.25º61.9%57.65%-
XYZ15.720.5630.74-
YUV113.3314787.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.52%
GREEN value IS 136 (53.52% from 255) = 40.12%
BLUE value IS 147 (57.81% from 255) = 43.36%
R=16.52%
G=40.12%
B=43.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561361470.620.0700.42187.2544.8339.8
Hex3888933E702Abb2d28
Octal702102237670522735550
Binary1110001000100010010011111110111010101010111011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388893; }

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

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

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

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

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

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

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

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