Html Css Color HEX #389FCE Summer Sky

📋 copy color: '#389FCE'

red 56 ◦ green 159 ◦ blue 206

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

Shades of Summer Sky #389FCE

Tints of Summer Sky #389FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.93%

R = 13.3%
G = 37.77%
B = 48.93%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#389FCE (or 0x389FCE) is known color: Summer Sky. HEX triplet: 38, 9F and CE. RGB value is (56,159,206). Sum of RGB (Red+Green+Blue) = 56+159+206=421 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.30% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #389FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389FCE is #C76031. Grayscale: #858585. Windows color (decimal): -13066290 or 13541176. OLE color: 13541176.

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

Color convert

RGB 56 159 206 -
CMYK 0.73 0.23 0 0.19
HSL 198.8º 0.6% 0.51% -
HSV(B) 198.8º 0.73% 0.81% -
XYZ 25.17 30.09 62.87 -
YUV 133.56 168.88 72.68 -
System Red Green Blue C M Y K H S L
Decimal 56 159 206 0.73 0.23 0 0.19 198.8 0.6 0.51
Hex 38 9F CE 49 17 0 13 C7 3C 33
Octal 70 237 316 111 27 0 23 307 74 63
Binary 111000 10011111 11001110 1001001 10111 0 10011 11000111 111100 110011

Color Harmonies of #389FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389FCE

Black with #389FCE

Text Example


Text Example

White with #389FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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