Html Css Color HEX #389BDC Summer Sky

📋 copy color: '#389BDC'

red 56 ◦ green 155 ◦ blue 220

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

Shades of Summer Sky #389BDC

Tints of Summer Sky #389BDC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.96%

 BLUE value IS 220 (86.33% from 255) = 51.04%

R = 12.99%
G = 35.96%
B = 51.04%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#389BDC (or 0x389BDC) is known color: Summer Sky. HEX triplet: 38, 9B and DC. RGB value is (56,155,220). Sum of RGB (Red+Green+Blue) = 56+155+220=431 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.99% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #389BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389BDC is #C76423. Grayscale: #848484. Windows color (decimal): -13067300 or 14457656. OLE color: 14457656.

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

Color convert

RGB 56 155 220 -
CMYK 0.75 0.30 0 0.14
HSL 203.78º 0.7% 0.54% -
HSV(B) 203.78º 0.75% 0.86% -
XYZ 26.27 29.45 72.01 -
YUV 132.81 177.2 73.21 -
System Red Green Blue C M Y K H S L
Decimal 56 155 220 0.75 0.30 0 0.14 203.78 0.7 0.54
Hex 38 9B DC 4B 1E 0 E CC 46 36
Octal 70 233 334 113 36 0 16 314 106 66
Binary 111000 10011011 11011100 1001011 11110 0 1110 11001100 1000110 110110

Color Harmonies of #389BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389BDC

Black with #389BDC

Text Example


Text Example

White with #389BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,155,220); }

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

background-color css

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

 a { background-color: rgb(56,155,220); }

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

border-color css

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

 span { border-color: rgb(56,155,220); }

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