#389DD5

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

Shades of Summer Sky #389DD5

Tints of Summer Sky #389DD5

Color information

#389DD5 (or 0x389DD5) is unknown color: approx Summer Sky. HEX triplet: 38, 9D and D5. RGB value is (56,157,213). Sum of RGB (Red+Green+Blue) = 56+157+213=426 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.15% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 213 (83.59% from 255 or 50% from 426); Max value from RGB is 213 - color contains mainly: blue. Hex color #389DD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389DD5 is #C7622A. Grayscale: #848484. Windows color (decimal): -13066795 or 13999416. OLE color: 13999416.

HSL color Cylindrical-coordinate representation of color #389DD5: hue angle of 201.4º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #389DD5 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB56157213-
CMYK0.740.2600.16
HSL201.4º65.15%52.75%-
HSV(B)201.4º73.71%83.53%-
XYZ25.729.7667.34-
YUV133.18173.0472.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.15%
GREEN value IS 157 (61.72% from 255) = 36.85%
BLUE value IS 213 (83.59% from 255) = 50%
R=13.15%
G=36.85%
B=50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal561572130.740.2600.16201.465.1552.75
Hex389DD54A1A010c94135
Octal702353251123202031110165
Binary1110001001110111010101100101011010010000110010011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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