Html Css Color HEX #389AE0 Summer Sky

📋 copy color: '#389AE0'

red 56 ◦ green 154 ◦ blue 224

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

Shades of Summer Sky #389AE0

Tints of Summer Sky #389AE0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.48%

 BLUE value IS 224 (87.89% from 255) = 51.61%

R = 12.9%
G = 35.48%
B = 51.61%

CMYK

 C value IS 0.75

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#389AE0 (or 0x389AE0) is known color: Summer Sky. HEX triplet: 38, 9A and E0. RGB value is (56,154,224). Sum of RGB (Red+Green+Blue) = 56+154+224=434 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.90% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #389AE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389AE0 is #C7651F. Grayscale: #848484. Windows color (decimal): -13067552 or 14719544. OLE color: 14719544.

HSL color Cylindrical-coordinate representation of color #389AE0: hue angle of 205º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #389AE0 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 154 224 -
CMYK 0.75 0.31 0 0.12
HSL 205º 0.73% 0.55% -
HSV(B) 205º 0.75% 0.88% -
XYZ 26.64 29.33 74.78 -
YUV 132.68 179.53 73.31 -
System Red Green Blue C M Y K H S L
Decimal 56 154 224 0.75 0.31 0 0.12 205 0.73 0.55
Hex 38 9A E0 4B 1F 0 C CD 49 37
Octal 70 232 340 113 37 0 14 315 111 67
Binary 111000 10011010 11100000 1001011 11111 0 1100 11001101 1001001 110111

Color Harmonies of #389AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389AE0

Black with #389AE0

Text Example


Text Example

White with #389AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,154,224); }

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

background-color css

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

 a { background-color: rgb(56,154,224); }

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

border-color css

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

 span { border-color: rgb(56,154,224); }

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