#389FCB

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

Shades of Summer Sky #389FCB

Tints of Summer Sky #389FCB

Color information

#389FCB (or 0x389FCB) is unknown color: approx Summer Sky. HEX triplet: 38, 9F and CB. RGB value is (56,159,203). Sum of RGB (Red+Green+Blue) = 56+159+203=418 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.40% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #389FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389FCB is #C76034. Grayscale: #848484. Windows color (decimal): -13066293 or 13344568. OLE color: 13344568.

HSL color Cylindrical-coordinate representation of color #389FCB: hue angle of 197.96º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #389FCB is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB56159203-
CMYK0.720.2200.20
HSL197.96º58.57%50.78%-
HSV(B)197.96º72.41%79.61%-
XYZ24.8129.9560.97-
YUV133.22167.3872.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.40%
GREEN value IS 159 (62.5% from 255) = 38.04%
BLUE value IS 203 (79.69% from 255) = 48.56%
R=13.40%
G=38.04%
B=48.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal561592030.720.2200.20197.9658.5750.78
Hex389FCB4816014c63b33
Octal70237313110260243067363
Binary111000100111111100101110010001011001010011000110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,159,203); }

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

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

 a { background-color: rgb(56,159,203); }

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

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

 span { border-color: rgb(56,159,203); }

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