Html Css Color HEX #389DCF Summer Sky

📋 copy color: '#389DCF'

red 56 ◦ green 157 ◦ blue 207

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

Shades of Summer Sky #389DCF

Tints of Summer Sky #389DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.29%

R = 13.33%
G = 37.38%
B = 49.29%

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

#389DCF (or 0x389DCF) is known color: Summer Sky. HEX triplet: 38, 9D and CF. RGB value is (56,157,207). Sum of RGB (Red+Green+Blue) = 56+157+207=420 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.33% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #389DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389DCF is #C76230. Grayscale: #848484. Windows color (decimal): -13066801 or 13606200. OLE color: 13606200.

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

Color convert

RGB 56 157 207 -
CMYK 0.73 0.24 0 0.19
HSL 199.87º 0.61% 0.52% -
HSV(B) 199.87º 0.73% 0.81% -
XYZ 24.95 29.46 63.4 -
YUV 132.5 170.04 73.43 -
System Red Green Blue C M Y K H S L
Decimal 56 157 207 0.73 0.24 0 0.19 199.87 0.61 0.52
Hex 38 9D CF 49 18 0 13 C8 3D 34
Octal 70 235 317 111 30 0 23 310 75 64
Binary 111000 10011101 11001111 1001001 11000 0 10011 11001000 111101 110100

Color Harmonies of #389DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389DCF

Black with #389DCF

Text Example


Text Example

White with #389DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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