#389993

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

Shades of Blue Chill #389993

Tints of Blue Chill #389993

Color information

#389993 (or 0x389993) is unknown color: approx Blue Chill. HEX triplet: 38, 99 and 93. RGB value is (56,153,147). Sum of RGB (Red+Green+Blue) = 56+153+147=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #389993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389993 is #C7666C. Grayscale: #7B7B7B. Windows color (decimal): -13067885 or 9673016. OLE color: 9673016.

HSL color Cylindrical-coordinate representation of color #389993: hue angle of 176.29º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389993 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB56153147-
CMYK0.6300.040.4
HSL176.29º46.41%40.98%-
HSV(B)176.29º63.4%60%-
XYZ18.2925.7331.61-
YUV123.31141.3679.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.73%
GREEN value IS 153 (60.16% from 255) = 42.98%
BLUE value IS 147 (57.81% from 255) = 41.29%
R=15.73%
G=42.98%
B=41.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal561531470.6300.040.4176.2946.4140.98
Hex3899933F0428b02e29
Octal702312237704502605651
Binary1110001001100110010011111111010010100010110000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389993; }

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

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

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

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

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

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

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

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