#389ACC

Color #389ACC Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #389ACC

Tints of Summer Sky #389ACC

Color information

#389ACC (or 0x389ACC) is unknown color: approx Summer Sky. HEX triplet: 38, 9A and CC. RGB value is (56,154,204). Sum of RGB (Red+Green+Blue) = 56+154+204=414 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.53% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #389ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389ACC is #C76533. Grayscale: #828282. Windows color (decimal): -13067572 or 13408824. OLE color: 13408824.

HSL color Cylindrical-coordinate representation of color #389ACC: hue angle of 200.27º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #389ACC is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB56154204-
CMYK0.730.2500.2
HSL200.27º59.2%50.98%-
HSV(B)200.27º72.55%80%-
XYZ24.0928.3161.32-
YUV130.4169.5374.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.53%
GREEN value IS 154 (60.55% from 255) = 37.20%
BLUE value IS 204 (80.08% from 255) = 49.28%
R=13.53%
G=37.20%
B=49.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal561542040.730.2500.2200.2759.250.98
Hex389ACC4919014c83b33
Octal70232314111310243107363
Binary111000100110101100110010010011100101010011001000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389ACC; }

 p { color: rgb(56,154,204); }

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

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

 a { background-color: rgb(56,154,204); }

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

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

 span { border-color: rgb(56,154,204); }

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