#389DCD

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

Shades of Summer Sky #389DCD

Tints of Summer Sky #389DCD

Color information

#389DCD (or 0x389DCD) is unknown color: approx Summer Sky. HEX triplet: 38, 9D and CD. RGB value is (56,157,205). Sum of RGB (Red+Green+Blue) = 56+157+205=418 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.40% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #389DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389DCD is #C76232. Grayscale: #838383. Windows color (decimal): -13066803 or 13475128. OLE color: 13475128.

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

Color convert

RGB56157205-
CMYK0.730.2300.20
HSL199.33º59.84%51.18%-
HSV(B)199.33º72.68%80.39%-
XYZ24.7129.3662.12-
YUV132.27169.0473.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.40%
GREEN value IS 157 (61.72% from 255) = 37.56%
BLUE value IS 205 (80.47% from 255) = 49.04%
R=13.40%
G=37.56%
B=49.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal561572050.730.2300.20199.3359.8451.18
Hex389DCD4917014c73c33
Octal70235315111270243077463
Binary111000100111011100110110010011011101010011000111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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