Html Css Color HEX #389EC8 Summer Sky

📋 copy color: '#389EC8'

red 56 ◦ green 158 ◦ blue 200

#389EC8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #389EC8

Tints of Summer Sky #389EC8

RGB

 RED value IS 56 (22.27% from 255) = 13.53%

 GREEN value IS 158 (62.11% from 255) = 38.16%

 BLUE value IS 200 (78.52% from 255) = 48.31%

R = 13.53%
G = 38.16%
B = 48.31%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#389EC8 (or 0x389EC8) is known color: Summer Sky. HEX triplet: 38, 9E and C8. RGB value is (56,158,200). Sum of RGB (Red+Green+Blue) = 56+158+200=414 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.53% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 200 (78.52% from 255 or 48.31% from 414); Max value from RGB is 200 - color contains mainly: blue. Hex color #389EC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389EC8 is #C76137. Grayscale: #848484. Windows color (decimal): -13066552 or 13147704. OLE color: 13147704.

HSL color Cylindrical-coordinate representation of color #389EC8: hue angle of 197.5º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #389EC8 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 56 158 200 -
CMYK 0.72 0.21 0 0.22
HSL 197.5º 0.57% 0.5% -
HSV(B) 197.5º 0.72% 0.78% -
XYZ 24.28 29.46 59.05 -
YUV 132.29 166.21 73.58 -
System Red Green Blue C M Y K H S L
Decimal 56 158 200 0.72 0.21 0 0.22 197.5 0.57 0.5
Hex 38 9E C8 48 15 0 16 C6 39 32
Octal 70 236 310 110 25 0 26 306 71 62
Binary 111000 10011110 11001000 1001000 10101 0 10110 11000110 111001 110010

Color Harmonies of #389EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389EC8

Black with #389EC8

Text Example


Text Example

White with #389EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #389EC8;
 }
 .AnyTagClassName
 {
   color: #389EC8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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