#389DCC

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

Shades of Summer Sky #389DCC

Tints of Summer Sky #389DCC

Color information

#389DCC (or 0x389DCC) is unknown color: approx Summer Sky. HEX triplet: 38, 9D and CC. RGB value is (56,157,204). Sum of RGB (Red+Green+Blue) = 56+157+204=417 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.43% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #389DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389DCC is #C76233. Grayscale: #838383. Windows color (decimal): -13066804 or 13409592. OLE color: 13409592.

HSL color Cylindrical-coordinate representation of color #389DCC: hue angle of 199.05º 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 #389DCC is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB56157204-
CMYK0.730.2300.2
HSL199.05º59.2%50.98%-
HSV(B)199.05º72.55%80%-
XYZ24.5929.3161.49-
YUV132.16168.5473.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.43%
GREEN value IS 157 (61.72% from 255) = 37.65%
BLUE value IS 204 (80.08% from 255) = 48.92%
R=13.43%
G=37.65%
B=48.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal561572040.730.2300.2199.0559.250.98
Hex389DCC4917014c73b33
Octal70235314111270243077363
Binary111000100111011100110010010011011101010011000111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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