Html Css Color HEX #389EBC Pelorous

📋 copy color: '#389EBC'

red 56 ◦ green 158 ◦ blue 188

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

Shades of Pelorous #389EBC

Tints of Pelorous #389EBC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.3%

 BLUE value IS 188 (73.83% from 255) = 46.77%

R = 13.93%
G = 39.3%
B = 46.77%

CMYK

 C value IS 0.70

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#389EBC (or 0x389EBC) is known color: Pelorous. HEX triplet: 38, 9E and BC. RGB value is (56,158,188). Sum of RGB (Red+Green+Blue) = 56+158+188=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #389EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389EBC is #C76143. Grayscale: #828282. Windows color (decimal): -13066564 or 12361272. OLE color: 12361272.

HSL color Cylindrical-coordinate representation of color #389EBC: hue angle of 193.64º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #389EBC is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 158 188 -
CMYK 0.70 0.16 0 0.26
HSL 193.64º 0.54% 0.48% -
HSV(B) 193.64º 0.7% 0.74% -
XYZ 22.93 28.93 51.95 -
YUV 130.92 160.21 74.56 -
System Red Green Blue C M Y K H S L
Decimal 56 158 188 0.70 0.16 0 0.26 193.64 0.54 0.48
Hex 38 9E BC 46 10 0 1A C2 36 30
Octal 70 236 274 106 20 0 32 302 66 60
Binary 111000 10011110 10111100 1000110 10000 0 11010 11000010 110110 110000

Color Harmonies of #389EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389EBC

Black with #389EBC

Text Example


Text Example

White with #389EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,158,188); }

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

background-color css

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

 a { background-color: rgb(56,158,188); }

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

border-color css

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

 span { border-color: rgb(56,158,188); }

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