Html Css Color HEX #389EC4 Pelorous

📋 copy color: '#389EC4'

red 56 ◦ green 158 ◦ blue 196

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

Shades of Pelorous #389EC4

Tints of Pelorous #389EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 47.8%

R = 13.66%
G = 38.54%
B = 47.8%

CMYK

 C value IS 0.71

 M value IS 0.19

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#389EC4 (or 0x389EC4) is known color: Pelorous. HEX triplet: 38, 9E and C4. RGB value is (56,158,196). Sum of RGB (Red+Green+Blue) = 56+158+196=410 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.66% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 196 (76.95% from 255 or 47.80% from 410); Max value from RGB is 196 - color contains mainly: blue. Hex color #389EC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389EC4 is #C7613B. Grayscale: #838383. Windows color (decimal): -13066556 or 12885560. OLE color: 12885560.

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

Color convert

RGB 56 158 196 -
CMYK 0.71 0.19 0 0.23
HSL 196.29º 0.56% 0.49% -
HSV(B) 196.29º 0.71% 0.77% -
XYZ 23.82 29.28 56.62 -
YUV 131.83 164.21 73.91 -
System Red Green Blue C M Y K H S L
Decimal 56 158 196 0.71 0.19 0 0.23 196.29 0.56 0.49
Hex 38 9E C4 47 13 0 17 C4 38 31
Octal 70 236 304 107 23 0 27 304 70 61
Binary 111000 10011110 11000100 1000111 10011 0 10111 11000100 111000 110001

Color Harmonies of #389EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389EC4

Black with #389EC4

Text Example


Text Example

White with #389EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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