Html Css Color HEX #389CCA Summer Sky

📋 copy color: '#389CCA'

red 56 ◦ green 156 ◦ blue 202

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

Shades of Summer Sky #389CCA

Tints of Summer Sky #389CCA

RGB

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

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

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

R = 13.53%
G = 37.68%
B = 48.79%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#389CCA (or 0x389CCA) is known color: Summer Sky. HEX triplet: 38, 9C and CA. RGB value is (56,156,202). Sum of RGB (Red+Green+Blue) = 56+156+202=414 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.53% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #389CCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389CCA is #C76335. Grayscale: #838383. Windows color (decimal): -13067062 or 13278264. OLE color: 13278264.

HSL color Cylindrical-coordinate representation of color #389CCA: hue angle of 198.9º 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 #389CCA is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 56 156 202 -
CMYK 0.72 0.23 0 0.21
HSL 198.9º 0.58% 0.51% -
HSV(B) 198.9º 0.72% 0.79% -
XYZ 24.18 28.88 60.18 -
YUV 131.34 167.87 74.26 -
System Red Green Blue C M Y K H S L
Decimal 56 156 202 0.72 0.23 0 0.21 198.9 0.58 0.51
Hex 38 9C CA 48 17 0 15 C7 3A 33
Octal 70 234 312 110 27 0 25 307 72 63
Binary 111000 10011100 11001010 1001000 10111 0 10101 11000111 111010 110011

Color Harmonies of #389CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389CCA

Black with #389CCA

Text Example


Text Example

White with #389CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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