Html Css Color HEX #389DCE Summer Sky

📋 copy color: '#389DCE'

red 56 ◦ green 157 ◦ blue 206

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

Shades of Summer Sky #389DCE

Tints of Summer Sky #389DCE

RGB

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

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

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

R = 13.37%
G = 37.47%
B = 49.16%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#389DCE (or 0x389DCE) is known color: Summer Sky. HEX triplet: 38, 9D and CE. RGB value is (56,157,206). Sum of RGB (Red+Green+Blue) = 56+157+206=419 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.37% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #389DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389DCE is #C76231. Grayscale: #848484. Windows color (decimal): -13066802 or 13540664. OLE color: 13540664.

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

Color convert

RGB 56 157 206 -
CMYK 0.73 0.24 0 0.19
HSL 199.6º 0.6% 0.51% -
HSV(B) 199.6º 0.73% 0.81% -
XYZ 24.83 29.41 62.76 -
YUV 132.39 169.54 73.52 -
System Red Green Blue C M Y K H S L
Decimal 56 157 206 0.73 0.24 0 0.19 199.6 0.6 0.51
Hex 38 9D CE 49 18 0 13 C8 3C 33
Octal 70 235 316 111 30 0 23 310 74 63
Binary 111000 10011101 11001110 1001001 11000 0 10011 11001000 111100 110011

Color Harmonies of #389DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389DCE

Black with #389DCE

Text Example


Text Example

White with #389DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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