Html Css Color HEX #389DCA Summer Sky

📋 copy color: '#389DCA'

red 56 ◦ green 157 ◦ blue 202

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

Shades of Summer Sky #389DCA

Tints of Summer Sky #389DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.67%

R = 13.49%
G = 37.83%
B = 48.67%

CMYK

 C value IS 0.72

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#389DCA (or 0x389DCA) is known color: Summer Sky. HEX triplet: 38, 9D and CA. RGB value is (56,157,202). Sum of RGB (Red+Green+Blue) = 56+157+202=415 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.49% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #389DCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389DCA is #C76235. Grayscale: #838383. Windows color (decimal): -13066806 or 13278520. OLE color: 13278520.

HSL color Cylindrical-coordinate representation of color #389DCA: hue angle of 198.49º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #389DCA is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 56 157 202 -
CMYK 0.72 0.22 0 0.21
HSL 198.49º 0.58% 0.51% -
HSV(B) 198.49º 0.72% 0.79% -
XYZ 24.35 29.22 60.23 -
YUV 131.93 167.54 73.84 -
System Red Green Blue C M Y K H S L
Decimal 56 157 202 0.72 0.22 0 0.21 198.49 0.58 0.51
Hex 38 9D CA 48 16 0 15 C6 3A 33
Octal 70 235 312 110 26 0 25 306 72 63
Binary 111000 10011101 11001010 1001000 10110 0 10101 11000110 111010 110011

Color Harmonies of #389DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389DCA

Black with #389DCA

Text Example


Text Example

White with #389DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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