#389AD5

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

Shades of Summer Sky #389AD5

Tints of Summer Sky #389AD5

Color information

#389AD5 (or 0x389AD5) is unknown color: approx Summer Sky. HEX triplet: 38, 9A and D5. RGB value is (56,154,213). Sum of RGB (Red+Green+Blue) = 56+154+213=423 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.24% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 213 (83.59% from 255 or 50.35% from 423); Max value from RGB is 213 - color contains mainly: blue. Hex color #389AD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389AD5 is #C7652A. Grayscale: #838383. Windows color (decimal): -13067563 or 13998648. OLE color: 13998648.

HSL color Cylindrical-coordinate representation of color #389AD5: hue angle of 202.55º 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 #389AD5 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB56154213-
CMYK0.740.2800.16
HSL202.55º65.15%52.75%-
HSV(B)202.55º73.71%83.53%-
XYZ25.228.7667.17-
YUV131.42174.0374.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.24%
GREEN value IS 154 (60.55% from 255) = 36.41%
BLUE value IS 213 (83.59% from 255) = 50.35%
R=13.24%
G=36.41%
B=50.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal561542130.740.2800.16202.5565.1552.75
Hex389AD54A1C010cb4135
Octal702323251123402031310165
Binary1110001001101011010101100101011100010000110010111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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