Html Css Color HEX #389ADB Summer Sky

📋 copy color: '#389ADB'

red 56 ◦ green 154 ◦ blue 219

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

Shades of Summer Sky #389ADB

Tints of Summer Sky #389ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.05%

R = 13.05%
G = 35.9%
B = 51.05%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#389ADB (or 0x389ADB) is known color: Summer Sky. HEX triplet: 38, 9A and DB. RGB value is (56,154,219). Sum of RGB (Red+Green+Blue) = 56+154+219=429 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.05% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #389ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389ADB is #C76524. Grayscale: #838383. Windows color (decimal): -13067557 or 14391864. OLE color: 14391864.

HSL color Cylindrical-coordinate representation of color #389ADB: hue angle of 203.93º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #389ADB is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 154 219 -
CMYK 0.74 0.30 0 0.14
HSL 203.93º 0.69% 0.54% -
HSV(B) 203.93º 0.74% 0.86% -
XYZ 25.97 29.07 71.26 -
YUV 132.11 177.03 73.71 -
System Red Green Blue C M Y K H S L
Decimal 56 154 219 0.74 0.30 0 0.14 203.93 0.69 0.54
Hex 38 9A DB 4A 1E 0 E CC 45 36
Octal 70 232 333 112 36 0 16 314 105 66
Binary 111000 10011010 11011011 1001010 11110 0 1110 11001100 1000101 110110

Color Harmonies of #389ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389ADB

Black with #389ADB

Text Example


Text Example

White with #389ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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