#388583

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

Shades of Blue Chill #388583

Tints of Blue Chill #388583

Color information

#388583 (or 0x388583) is unknown color: approx Blue Chill. HEX triplet: 38, 85 and 83. RGB value is (56,133,131). Sum of RGB (Red+Green+Blue) = 56+133+131=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #388583 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388583 is #C77A7C. Grayscale: #6D6D6D. Windows color (decimal): -13073021 or 8619320. OLE color: 8619320.

HSL color Cylindrical-coordinate representation of color #388583: hue angle of 178.44º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388583 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB56133131-
CMYK0.5800.020.48
HSL178.44º40.74%37.06%-
HSV(B)178.44º57.89%52.16%-
XYZ14.1219.2524.45-
YUV109.75139.9989.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.5%
GREEN value IS 133 (52.34% from 255) = 41.56%
BLUE value IS 131 (51.56% from 255) = 40.94%
R=17.5%
G=41.56%
B=40.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561331310.5800.020.48178.4440.7437.06
Hex3885833A0230b22925
Octal702052037202602625145
Binary111000100001011000001111101001011000010110010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388583; }

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

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

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

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

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

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

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

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