Html Css Color HEX #389FE5 Summer Sky

📋 copy color: '#389FE5'

red 56 ◦ green 159 ◦ blue 229

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

Shades of Summer Sky #389FE5

Tints of Summer Sky #389FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 51.58%

R = 12.61%
G = 35.81%
B = 51.58%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#389FE5 (or 0x389FE5) is known color: Summer Sky. HEX triplet: 38, 9F and E5. RGB value is (56,159,229). Sum of RGB (Red+Green+Blue) = 56+159+229=444 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.61% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 229 (89.84% from 255 or 51.58% from 444); Max value from RGB is 229 - color contains mainly: blue. Hex color #389FE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389FE5 is #C7601A. Grayscale: #878787. Windows color (decimal): -13066267 or 15048504. OLE color: 15048504.

HSL color Cylindrical-coordinate representation of color #389FE5: hue angle of 204.28º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #389FE5 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 56 159 229 -
CMYK 0.76 0.31 0 0.10
HSL 204.28º 0.77% 0.56% -
HSV(B) 204.28º 0.76% 0.9% -
XYZ 28.17 31.29 78.68 -
YUV 136.18 180.38 70.81 -
System Red Green Blue C M Y K H S L
Decimal 56 159 229 0.76 0.31 0 0.10 204.28 0.77 0.56
Hex 38 9F E5 4C 1F 0 A CC 4D 38
Octal 70 237 345 114 37 0 12 314 115 70
Binary 111000 10011111 11100101 1001100 11111 0 1010 11001100 1001101 111000

Color Harmonies of #389FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389FE5

Black with #389FE5

Text Example


Text Example

White with #389FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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