Html Css Color HEX #389CDA Summer Sky

📋 copy color: '#389CDA'

red 56 ◦ green 156 ◦ blue 218

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

Shades of Summer Sky #389CDA

Tints of Summer Sky #389CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.7%

R = 13.02%
G = 36.28%
B = 50.7%

CMYK

 C value IS 0.74

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#389CDA (or 0x389CDA) is known color: Summer Sky. HEX triplet: 38, 9C and DA. RGB value is (56,156,218). Sum of RGB (Red+Green+Blue) = 56+156+218=430 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.02% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #389CDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389CDA is #C76325. Grayscale: #848484. Windows color (decimal): -13067046 or 14326840. OLE color: 14326840.

HSL color Cylindrical-coordinate representation of color #389CDA: hue angle of 202.96º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #389CDA is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 156 218 -
CMYK 0.74 0.28 0 0.15
HSL 202.96º 0.69% 0.54% -
HSV(B) 202.96º 0.74% 0.85% -
XYZ 26.17 29.68 70.68 -
YUV 133.17 175.87 72.96 -
System Red Green Blue C M Y K H S L
Decimal 56 156 218 0.74 0.28 0 0.15 202.96 0.69 0.54
Hex 38 9C DA 4A 1C 0 F CB 45 36
Octal 70 234 332 112 34 0 17 313 105 66
Binary 111000 10011100 11011010 1001010 11100 0 1111 11001011 1000101 110110

Color Harmonies of #389CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389CDA

Black with #389CDA

Text Example


Text Example

White with #389CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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