Html Css Color HEX #389DDD Summer Sky

📋 copy color: '#389DDD'

red 56 ◦ green 157 ◦ blue 221

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

Shades of Summer Sky #389DDD

Tints of Summer Sky #389DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 12.9%
G = 36.18%
B = 50.92%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#389DDD (or 0x389DDD) is known color: Summer Sky. HEX triplet: 38, 9D and DD. RGB value is (56,157,221). Sum of RGB (Red+Green+Blue) = 56+157+221=434 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.90% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #389DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389DDD is #C76222. Grayscale: #858585. Windows color (decimal): -13066787 or 14523704. OLE color: 14523704.

HSL color Cylindrical-coordinate representation of color #389DDD: hue angle of 203.27º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #389DDD is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 157 221 -
CMYK 0.75 0.29 0 0.13
HSL 203.27º 0.71% 0.54% -
HSV(B) 203.27º 0.75% 0.87% -
XYZ 26.74 30.18 72.82 -
YUV 134.1 177.04 72.3 -
System Red Green Blue C M Y K H S L
Decimal 56 157 221 0.75 0.29 0 0.13 203.27 0.71 0.54
Hex 38 9D DD 4B 1D 0 D CB 47 36
Octal 70 235 335 113 35 0 15 313 107 66
Binary 111000 10011101 11011101 1001011 11101 0 1101 11001011 1000111 110110

Color Harmonies of #389DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389DDD

Black with #389DDD

Text Example


Text Example

White with #389DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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