Html Css Color HEX #389CD0 Summer Sky

📋 copy color: '#389CD0'

red 56 ◦ green 156 ◦ blue 208

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

Shades of Summer Sky #389CD0

Tints of Summer Sky #389CD0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.14%

 BLUE value IS 208 (81.64% from 255) = 49.52%

R = 13.33%
G = 37.14%
B = 49.52%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#389CD0 (or 0x389CD0) is known color: Summer Sky. HEX triplet: 38, 9C and D0. RGB value is (56,156,208). Sum of RGB (Red+Green+Blue) = 56+156+208=420 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.33% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 208 (81.64% from 255 or 49.52% from 420); Max value from RGB is 208 - color contains mainly: blue. Hex color #389CD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389CD0 is #C7632F. Grayscale: #838383. Windows color (decimal): -13067056 or 13671480. OLE color: 13671480.

HSL color Cylindrical-coordinate representation of color #389CD0: hue angle of 200.53º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #389CD0 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 156 208 -
CMYK 0.73 0.25 0 0.18
HSL 200.53º 0.62% 0.52% -
HSV(B) 200.53º 0.73% 0.82% -
XYZ 24.9 29.17 63.99 -
YUV 132.03 170.87 73.77 -
System Red Green Blue C M Y K H S L
Decimal 56 156 208 0.73 0.25 0 0.18 200.53 0.62 0.52
Hex 38 9C D0 49 19 0 12 C9 3E 34
Octal 70 234 320 111 31 0 22 311 76 64
Binary 111000 10011100 11010000 1001001 11001 0 10010 11001001 111110 110100

Color Harmonies of #389CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389CD0

Black with #389CD0

Text Example


Text Example

White with #389CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,156,208); }

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

background-color css

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

 a { background-color: rgb(56,156,208); }

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

border-color css

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

 span { border-color: rgb(56,156,208); }

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