Html Css Color HEX #389FD5 Summer Sky

📋 copy color: '#389FD5'

red 56 ◦ green 159 ◦ blue 213

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

Shades of Summer Sky #389FD5

Tints of Summer Sky #389FD5

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.15%

 BLUE value IS 213 (83.59% from 255) = 49.77%

R = 13.08%
G = 37.15%
B = 49.77%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#389FD5 (or 0x389FD5) is known color: Summer Sky. HEX triplet: 38, 9F and D5. RGB value is (56,159,213). Sum of RGB (Red+Green+Blue) = 56+159+213=428 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.08% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 213 (83.59% from 255 or 49.77% from 428); Max value from RGB is 213 - color contains mainly: blue. Hex color #389FD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389FD5 is #C7602A. Grayscale: #868686. Windows color (decimal): -13066283 or 13999928. OLE color: 13999928.

HSL color Cylindrical-coordinate representation of color #389FD5: hue angle of 200.64º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #389FD5 is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 159 213 -
CMYK 0.74 0.25 0 0.16
HSL 200.64º 0.65% 0.53% -
HSV(B) 200.64º 0.74% 0.84% -
XYZ 26.04 30.44 67.45 -
YUV 134.36 172.38 72.11 -
System Red Green Blue C M Y K H S L
Decimal 56 159 213 0.74 0.25 0 0.16 200.64 0.65 0.53
Hex 38 9F D5 4A 19 0 10 C9 41 35
Octal 70 237 325 112 31 0 20 311 101 65
Binary 111000 10011111 11010101 1001010 11001 0 10000 11001001 1000001 110101

Color Harmonies of #389FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389FD5

Black with #389FD5

Text Example


Text Example

White with #389FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,159,213); }

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

background-color css

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

 a { background-color: rgb(56,159,213); }

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

border-color css

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

 span { border-color: rgb(56,159,213); }

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