Html Css Color HEX #389DDB Summer Sky

📋 copy color: '#389DDB'

red 56 ◦ green 157 ◦ blue 219

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

Shades of Summer Sky #389DDB

Tints of Summer Sky #389DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.34%

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

R = 12.96%
G = 36.34%
B = 50.69%

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

#389DDB (or 0x389DDB) is known color: Summer Sky. HEX triplet: 38, 9D and DB. RGB value is (56,157,219). Sum of RGB (Red+Green+Blue) = 56+157+219=432 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.96% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #389DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389DDB is #C76224. Grayscale: #858585. Windows color (decimal): -13066789 or 14392632. OLE color: 14392632.

HSL color Cylindrical-coordinate representation of color #389DDB: hue angle of 202.82º 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 #389DDB is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 157 219 -
CMYK 0.74 0.28 0 0.14
HSL 202.82º 0.69% 0.54% -
HSV(B) 202.82º 0.74% 0.86% -
XYZ 26.47 30.07 71.43 -
YUV 133.87 176.04 72.46 -
System Red Green Blue C M Y K H S L
Decimal 56 157 219 0.74 0.28 0 0.14 202.82 0.69 0.54
Hex 38 9D DB 4A 1C 0 E CB 45 36
Octal 70 235 333 112 34 0 16 313 105 66
Binary 111000 10011101 11011011 1001010 11100 0 1110 11001011 1000101 110110

Color Harmonies of #389DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389DDB

Black with #389DDB

Text Example


Text Example

White with #389DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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