Html Css Color HEX #389CCD Summer Sky

📋 copy color: '#389CCD'

red 56 ◦ green 156 ◦ blue 205

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

Shades of Summer Sky #389CCD

Tints of Summer Sky #389CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 13.43%
G = 37.41%
B = 49.16%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#389CCD (or 0x389CCD) is known color: Summer Sky. HEX triplet: 38, 9C and CD. RGB value is (56,156,205). Sum of RGB (Red+Green+Blue) = 56+156+205=417 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.43% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #389CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389CCD is #C76332. Grayscale: #838383. Windows color (decimal): -13067059 or 13474872. OLE color: 13474872.

HSL color Cylindrical-coordinate representation of color #389CCD: hue angle of 199.73º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #389CCD is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 156 205 -
CMYK 0.73 0.24 0 0.20
HSL 199.73º 0.6% 0.51% -
HSV(B) 199.73º 0.73% 0.8% -
XYZ 24.54 29.03 62.07 -
YUV 131.69 169.37 74.02 -
System Red Green Blue C M Y K H S L
Decimal 56 156 205 0.73 0.24 0 0.20 199.73 0.6 0.51
Hex 38 9C CD 49 18 0 14 C8 3C 33
Octal 70 234 315 111 30 0 24 310 74 63
Binary 111000 10011100 11001101 1001001 11000 0 10100 11001000 111100 110011

Color Harmonies of #389CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389CCD

Black with #389CCD

Text Example


Text Example

White with #389CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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