Html Css Color HEX #389DCD Summer Sky

📋 copy color: '#389DCD'

red 56 ◦ green 157 ◦ blue 205

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

Shades of Summer Sky #389DCD

Tints of Summer Sky #389DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.04%

R = 13.4%
G = 37.56%
B = 49.04%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#389DCD (or 0x389DCD) is known color: Summer Sky. HEX triplet: 38, 9D and CD. RGB value is (56,157,205). Sum of RGB (Red+Green+Blue) = 56+157+205=418 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.40% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #389DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389DCD is #C76232. Grayscale: #838383. Windows color (decimal): -13066803 or 13475128. OLE color: 13475128.

HSL color Cylindrical-coordinate representation of color #389DCD: hue angle of 199.33º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #389DCD is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 157 205 -
CMYK 0.73 0.23 0 0.20
HSL 199.33º 0.6% 0.51% -
HSV(B) 199.33º 0.73% 0.8% -
XYZ 24.71 29.36 62.12 -
YUV 132.27 169.04 73.6 -
System Red Green Blue C M Y K H S L
Decimal 56 157 205 0.73 0.23 0 0.20 199.33 0.6 0.51
Hex 38 9D CD 49 17 0 14 C7 3C 33
Octal 70 235 315 111 27 0 24 307 74 63
Binary 111000 10011101 11001101 1001001 10111 0 10100 11000111 111100 110011

Color Harmonies of #389DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389DCD

Black with #389DCD

Text Example


Text Example

White with #389DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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