Html Css Color HEX #389BCE Summer Sky

📋 copy color: '#389BCE'

red 56 ◦ green 155 ◦ blue 206

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

Shades of Summer Sky #389BCE

Tints of Summer Sky #389BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.4%

R = 13.43%
G = 37.17%
B = 49.4%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#389BCE (or 0x389BCE) is known color: Summer Sky. HEX triplet: 38, 9B and CE. RGB value is (56,155,206). Sum of RGB (Red+Green+Blue) = 56+155+206=417 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.43% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #389BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389BCE is #C76431. Grayscale: #828282. Windows color (decimal): -13067314 or 13540152. OLE color: 13540152.

HSL color Cylindrical-coordinate representation of color #389BCE: hue angle of 200.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #389BCE is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 155 206 -
CMYK 0.73 0.25 0 0.19
HSL 200.4º 0.6% 0.51% -
HSV(B) 200.4º 0.73% 0.81% -
XYZ 24.49 28.74 62.65 -
YUV 131.21 170.2 74.35 -
System Red Green Blue C M Y K H S L
Decimal 56 155 206 0.73 0.25 0 0.19 200.4 0.6 0.51
Hex 38 9B CE 49 19 0 13 C8 3C 33
Octal 70 233 316 111 31 0 23 310 74 63
Binary 111000 10011011 11001110 1001001 11001 0 10011 11001000 111100 110011

Color Harmonies of #389BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389BCE

Black with #389BCE

Text Example


Text Example

White with #389BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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