Html Css Color HEX #389FCD Summer Sky

📋 copy color: '#389FCD'

red 56 ◦ green 159 ◦ blue 205

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

Shades of Summer Sky #389FCD

Tints of Summer Sky #389FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.86%

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

R = 13.33%
G = 37.86%
B = 48.81%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#389FCD (or 0x389FCD) is known color: Summer Sky. HEX triplet: 38, 9F and CD. RGB value is (56,159,205). Sum of RGB (Red+Green+Blue) = 56+159+205=420 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.33% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #389FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389FCD is #C76032. Grayscale: #858585. Windows color (decimal): -13066291 or 13475640. OLE color: 13475640.

HSL color Cylindrical-coordinate representation of color #389FCD: hue angle of 198.52º 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 #389FCD is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 159 205 -
CMYK 0.73 0.22 0 0.20
HSL 198.52º 0.6% 0.51% -
HSV(B) 198.52º 0.73% 0.8% -
XYZ 25.05 30.04 62.24 -
YUV 133.45 168.38 72.76 -
System Red Green Blue C M Y K H S L
Decimal 56 159 205 0.73 0.22 0 0.20 198.52 0.6 0.51
Hex 38 9F CD 49 16 0 14 C7 3C 33
Octal 70 237 315 111 26 0 24 307 74 63
Binary 111000 10011111 11001101 1001001 10110 0 10100 11000111 111100 110011

Color Harmonies of #389FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389FCD

Black with #389FCD

Text Example


Text Example

White with #389FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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