Html Css Color HEX #389ADE Summer Sky

📋 copy color: '#389ADE'

red 56 ◦ green 154 ◦ blue 222

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

Shades of Summer Sky #389ADE

Tints of Summer Sky #389ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.39%

R = 12.96%
G = 35.65%
B = 51.39%

CMYK

 C value IS 0.75

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#389ADE (or 0x389ADE) is known color: Summer Sky. HEX triplet: 38, 9A and DE. RGB value is (56,154,222). Sum of RGB (Red+Green+Blue) = 56+154+222=432 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.96% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #389ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389ADE is #C76521. Grayscale: #848484. Windows color (decimal): -13067554 or 14588472. OLE color: 14588472.

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

Color convert

RGB 56 154 222 -
CMYK 0.75 0.31 0 0.13
HSL 204.58º 0.72% 0.55% -
HSV(B) 204.58º 0.75% 0.87% -
XYZ 26.37 29.23 73.36 -
YUV 132.45 178.53 73.47 -
System Red Green Blue C M Y K H S L
Decimal 56 154 222 0.75 0.31 0 0.13 204.58 0.72 0.55
Hex 38 9A DE 4B 1F 0 D CD 48 37
Octal 70 232 336 113 37 0 15 315 110 67
Binary 111000 10011010 11011110 1001011 11111 0 1101 11001101 1001000 110111

Color Harmonies of #389ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389ADE

Black with #389ADE

Text Example


Text Example

White with #389ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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