Html Css Color HEX #389EDB Summer Sky

📋 copy color: '#389EDB'

red 56 ◦ green 158 ◦ blue 219

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

Shades of Summer Sky #389EDB

Tints of Summer Sky #389EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.58%

R = 12.93%
G = 36.49%
B = 50.58%

CMYK

 C value IS 0.74

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#389EDB (or 0x389EDB) is known color: Summer Sky. HEX triplet: 38, 9E and DB. RGB value is (56,158,219). Sum of RGB (Red+Green+Blue) = 56+158+219=433 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.93% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #389EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389EDB is #C76124. Grayscale: #868686. Windows color (decimal): -13066533 or 14392888. OLE color: 14392888.

HSL color Cylindrical-coordinate representation of color #389EDB: hue angle of 202.45º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #389EDB is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 158 219 -
CMYK 0.74 0.28 0 0.14
HSL 202.45º 0.69% 0.54% -
HSV(B) 202.45º 0.74% 0.86% -
XYZ 26.64 30.41 71.48 -
YUV 134.46 175.71 72.04 -
System Red Green Blue C M Y K H S L
Decimal 56 158 219 0.74 0.28 0 0.14 202.45 0.69 0.54
Hex 38 9E DB 4A 1C 0 E CA 45 36
Octal 70 236 333 112 34 0 16 312 105 66
Binary 111000 10011110 11011011 1001010 11100 0 1110 11001010 1000101 110110

Color Harmonies of #389EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389EDB

Black with #389EDB

Text Example


Text Example

White with #389EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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