Html Css Color HEX #389EC5 Pelorous

📋 copy color: '#389EC5'

red 56 ◦ green 158 ◦ blue 197

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

Shades of Pelorous #389EC5

Tints of Pelorous #389EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 47.93%

R = 13.63%
G = 38.44%
B = 47.93%

CMYK

 C value IS 0.72

 M value IS 0.20

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#389EC5 (or 0x389EC5) is known color: Pelorous. HEX triplet: 38, 9E and C5. RGB value is (56,158,197). Sum of RGB (Red+Green+Blue) = 56+158+197=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 197 (77.34% from 255 or 47.93% from 411); Max value from RGB is 197 - color contains mainly: blue. Hex color #389EC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389EC5 is #C7613A. Grayscale: #838383. Windows color (decimal): -13066555 or 12951096. OLE color: 12951096.

HSL color Cylindrical-coordinate representation of color #389EC5: hue angle of 196.6º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #389EC5 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 56 158 197 -
CMYK 0.72 0.20 0 0.23
HSL 196.6º 0.56% 0.5% -
HSV(B) 196.6º 0.72% 0.77% -
XYZ 23.94 29.33 57.22 -
YUV 131.95 164.71 73.83 -
System Red Green Blue C M Y K H S L
Decimal 56 158 197 0.72 0.20 0 0.23 196.6 0.56 0.5
Hex 38 9E C5 48 14 0 17 C5 38 32
Octal 70 236 305 110 24 0 27 305 70 62
Binary 111000 10011110 11000101 1001000 10100 0 10111 11000101 111000 110010

Color Harmonies of #389EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389EC5

Black with #389EC5

Text Example


Text Example

White with #389EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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