Html Css Color HEX #389DDC Summer Sky

📋 copy color: '#389DDC'

red 56 ◦ green 157 ◦ blue 220

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

Shades of Summer Sky #389DDC

Tints of Summer Sky #389DDC

RGB

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

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

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

R = 12.93%
G = 36.26%
B = 50.81%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#389DDC (or 0x389DDC) is known color: Summer Sky. HEX triplet: 38, 9D and DC. RGB value is (56,157,220). Sum of RGB (Red+Green+Blue) = 56+157+220=433 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.93% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #389DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389DDC is #C76223. Grayscale: #858585. Windows color (decimal): -13066788 or 14458168. OLE color: 14458168.

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

Color convert

RGB 56 157 220 -
CMYK 0.75 0.29 0 0.14
HSL 203.05º 0.7% 0.54% -
HSV(B) 203.05º 0.75% 0.86% -
XYZ 26.61 30.12 72.12 -
YUV 133.98 176.54 72.38 -
System Red Green Blue C M Y K H S L
Decimal 56 157 220 0.75 0.29 0 0.14 203.05 0.7 0.54
Hex 38 9D DC 4B 1D 0 E CB 46 36
Octal 70 235 334 113 35 0 16 313 106 66
Binary 111000 10011101 11011100 1001011 11101 0 1110 11001011 1000110 110110

Color Harmonies of #389DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389DDC

Black with #389DDC

Text Example


Text Example

White with #389DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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