Html Css Color HEX #389CDB Summer Sky

📋 copy color: '#389CDB'

red 56 ◦ green 156 ◦ blue 219

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

Shades of Summer Sky #389CDB

Tints of Summer Sky #389CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.19%

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

R = 12.99%
G = 36.19%
B = 50.81%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#389CDB (or 0x389CDB) is known color: Summer Sky. HEX triplet: 38, 9C and DB. RGB value is (56,156,219). Sum of RGB (Red+Green+Blue) = 56+156+219=431 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.99% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #389CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389CDB is #C76324. Grayscale: #848484. Windows color (decimal): -13067045 or 14392376. OLE color: 14392376.

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

Color convert

RGB 56 156 219 -
CMYK 0.74 0.29 0 0.14
HSL 203.19º 0.69% 0.54% -
HSV(B) 203.19º 0.74% 0.86% -
XYZ 26.31 29.73 71.37 -
YUV 133.28 176.37 72.88 -
System Red Green Blue C M Y K H S L
Decimal 56 156 219 0.74 0.29 0 0.14 203.19 0.69 0.54
Hex 38 9C DB 4A 1D 0 E CB 45 36
Octal 70 234 333 112 35 0 16 313 105 66
Binary 111000 10011100 11011011 1001010 11101 0 1110 11001011 1000101 110110

Color Harmonies of #389CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389CDB

Black with #389CDB

Text Example


Text Example

White with #389CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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