Html Css Color HEX #389DEC Summer Sky

📋 copy color: '#389DEC'

red 56 ◦ green 157 ◦ blue 236

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

Shades of Summer Sky #389DEC

Tints of Summer Sky #389DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.56%

R = 12.47%
G = 34.97%
B = 52.56%

CMYK

 C value IS 0.76

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#389DEC (or 0x389DEC) is known color: Summer Sky. HEX triplet: 38, 9D and EC. RGB value is (56,157,236). Sum of RGB (Red+Green+Blue) = 56+157+236=449 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.47% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #389DEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389DEC is #C76213. Grayscale: #878787. Windows color (decimal): -13066772 or 15506744. OLE color: 15506744.

HSL color Cylindrical-coordinate representation of color #389DEC: hue angle of 206.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #389DEC is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 157 236 -
CMYK 0.76 0.33 0 0.07
HSL 206.33º 0.83% 0.57% -
HSV(B) 206.33º 0.76% 0.93% -
XYZ 28.83 31.01 83.82 -
YUV 135.81 184.54 71.08 -
System Red Green Blue C M Y K H S L
Decimal 56 157 236 0.76 0.33 0 0.07 206.33 0.83 0.57
Hex 38 9D EC 4C 21 0 7 CE 53 39
Octal 70 235 354 114 41 0 7 316 123 71
Binary 111000 10011101 11101100 1001100 100001 0 111 11001110 1010011 111001

Color Harmonies of #389DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389DEC

Black with #389DEC

Text Example


Text Example

White with #389DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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