Html Css Color HEX #389BE0 Summer Sky

📋 copy color: '#389BE0'

red 56 ◦ green 155 ◦ blue 224

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

Shades of Summer Sky #389BE0

Tints of Summer Sky #389BE0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.63%

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

R = 12.87%
G = 35.63%
B = 51.49%

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

#389BE0 (or 0x389BE0) is known color: Summer Sky. HEX triplet: 38, 9B and E0. RGB value is (56,155,224). Sum of RGB (Red+Green+Blue) = 56+155+224=435 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.87% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #389BE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389BE0 is #C7641F. Grayscale: #848484. Windows color (decimal): -13067296 or 14719800. OLE color: 14719800.

HSL color Cylindrical-coordinate representation of color #389BE0: hue angle of 204.64º 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 #389BE0 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 155 224 -
CMYK 0.75 0.31 0 0.12
HSL 204.64º 0.73% 0.55% -
HSV(B) 204.64º 0.75% 0.88% -
XYZ 26.81 29.67 74.83 -
YUV 133.27 179.2 72.89 -
System Red Green Blue C M Y K H S L
Decimal 56 155 224 0.75 0.31 0 0.12 204.64 0.73 0.55
Hex 38 9B E0 4B 1F 0 C CD 49 37
Octal 70 233 340 113 37 0 14 315 111 67
Binary 111000 10011011 11100000 1001011 11111 0 1100 11001101 1001001 110111

Color Harmonies of #389BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389BE0

Black with #389BE0

Text Example


Text Example

White with #389BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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