#389ECB

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

Shades of Summer Sky #389ECB

Tints of Summer Sky #389ECB

Color information

#389ECB (or 0x389ECB) is unknown color: approx Summer Sky. HEX triplet: 38, 9E and CB. RGB value is (56,158,203). Sum of RGB (Red+Green+Blue) = 56+158+203=417 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.43% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #389ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389ECB is #C76134. Grayscale: #848484. Windows color (decimal): -13066549 or 13344312. OLE color: 13344312.

HSL color Cylindrical-coordinate representation of color #389ECB: hue angle of 198.37º 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 #389ECB is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB56158203-
CMYK0.720.2200.20
HSL198.37º58.57%50.78%-
HSV(B)198.37º72.41%79.61%-
XYZ24.6429.6160.92-
YUV132.63167.7173.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.43%
GREEN value IS 158 (62.11% from 255) = 37.89%
BLUE value IS 203 (79.69% from 255) = 48.68%
R=13.43%
G=37.89%
B=48.68%

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
Decimal561582030.720.2200.20198.3758.5750.78
Hex389ECB4816014c63b33
Octal70236313110260243067363
Binary111000100111101100101110010001011001010011000110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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