Html Css Color HEX #389CDC Summer Sky

📋 copy color: '#389CDC'

red 56 ◦ green 156 ◦ blue 220

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

Shades of Summer Sky #389CDC

Tints of Summer Sky #389CDC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.11%

 BLUE value IS 220 (86.33% from 255) = 50.93%

R = 12.96%
G = 36.11%
B = 50.93%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#389CDC (or 0x389CDC) is known color: Summer Sky. HEX triplet: 38, 9C and DC. RGB value is (56,156,220). Sum of RGB (Red+Green+Blue) = 56+156+220=432 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.96% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #389CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389CDC is #C76323. Grayscale: #858585. Windows color (decimal): -13067044 or 14457912. OLE color: 14457912.

HSL color Cylindrical-coordinate representation of color #389CDC: hue angle of 203.41º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #389CDC is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 156 220 -
CMYK 0.75 0.29 0 0.14
HSL 203.41º 0.7% 0.54% -
HSV(B) 203.41º 0.75% 0.86% -
XYZ 26.44 29.79 72.07 -
YUV 133.4 176.87 72.8 -
System Red Green Blue C M Y K H S L
Decimal 56 156 220 0.75 0.29 0 0.14 203.41 0.7 0.54
Hex 38 9C DC 4B 1D 0 E CB 46 36
Octal 70 234 334 113 35 0 16 313 106 66
Binary 111000 10011100 11011100 1001011 11101 0 1110 11001011 1000110 110110

Color Harmonies of #389CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389CDC

Black with #389CDC

Text Example


Text Example

White with #389CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,156,220); }

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

background-color css

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

 a { background-color: rgb(56,156,220); }

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

border-color css

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

 span { border-color: rgb(56,156,220); }

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