#389BDD

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

Shades of Summer Sky #389BDD

Tints of Summer Sky #389BDD

Color information

#389BDD (or 0x389BDD) is unknown color: approx Summer Sky. HEX triplet: 38, 9B and DD. RGB value is (56,155,221). Sum of RGB (Red+Green+Blue) = 56+155+221=432 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.96% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #389BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389BDD is #C76422. Grayscale: #848484. Windows color (decimal): -13067299 or 14523192. OLE color: 14523192.

HSL color Cylindrical-coordinate representation of color #389BDD: hue angle of 204º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #389BDD is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB56155221-
CMYK0.750.3000.13
HSL204º70.82%54.31%-
HSV(B)204º74.66%86.67%-
XYZ26.429.572.71-
YUV132.92177.773.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.96%
GREEN value IS 155 (60.94% from 255) = 35.88%
BLUE value IS 221 (86.72% from 255) = 51.16%
R=12.96%
G=35.88%
B=51.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal561552210.750.3000.1320470.8254.31
Hex389BDD4B1E0Dcc4736
Octal702333351133601531410766
Binary111000100110111101110110010111111001101110011001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,155,221); }

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

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

 a { background-color: rgb(56,155,221); }

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

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

 span { border-color: rgb(56,155,221); }

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