Html Css Color HEX #389AE8 Summer Sky

📋 copy color: '#389AE8'

red 56 ◦ green 154 ◦ blue 232

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

Shades of Summer Sky #389AE8

Tints of Summer Sky #389AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 52.49%

R = 12.67%
G = 34.84%
B = 52.49%

CMYK

 C value IS 0.76

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#389AE8 (or 0x389AE8) is known color: Summer Sky. HEX triplet: 38, 9A and E8. RGB value is (56,154,232). Sum of RGB (Red+Green+Blue) = 56+154+232=442 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.67% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 232 (91.02% from 255 or 52.49% from 442); Max value from RGB is 232 - color contains mainly: blue. Hex color #389AE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389AE8 is #C76517. Grayscale: #858585. Windows color (decimal): -13067544 or 15243832. OLE color: 15243832.

HSL color Cylindrical-coordinate representation of color #389AE8: hue angle of 206.59º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #389AE8 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 154 232 -
CMYK 0.76 0.34 0 0.09
HSL 206.59º 0.79% 0.56% -
HSV(B) 206.59º 0.76% 0.91% -
XYZ 27.75 29.78 80.63 -
YUV 133.59 183.53 72.66 -
System Red Green Blue C M Y K H S L
Decimal 56 154 232 0.76 0.34 0 0.09 206.59 0.79 0.56
Hex 38 9A E8 4C 22 0 9 CF 4F 38
Octal 70 232 350 114 42 0 11 317 117 70
Binary 111000 10011010 11101000 1001100 100010 0 1001 11001111 1001111 111000

Color Harmonies of #389AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389AE8

Black with #389AE8

Text Example


Text Example

White with #389AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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