Html Css Color HEX #389ABF Pelorous

📋 copy color: '#389ABF'

red 56 ◦ green 154 ◦ blue 191

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

Shades of Pelorous #389ABF

Tints of Pelorous #389ABF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.4%

 BLUE value IS 191 (75% from 255) = 47.63%

R = 13.97%
G = 38.4%
B = 47.63%

CMYK

 C value IS 0.71

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#389ABF (or 0x389ABF) is known color: Pelorous. HEX triplet: 38, 9A and BF. RGB value is (56,154,191). Sum of RGB (Red+Green+Blue) = 56+154+191=401 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.97% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #389ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389ABF is #C76540. Grayscale: #808080. Windows color (decimal): -13067585 or 12556856. OLE color: 12556856.

HSL color Cylindrical-coordinate representation of color #389ABF: hue angle of 196.44º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #389ABF is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 154 191 -
CMYK 0.71 0.19 0 0.25
HSL 196.44º 0.55% 0.48% -
HSV(B) 196.44º 0.71% 0.75% -
XYZ 22.59 27.71 53.45 -
YUV 128.92 163.03 75.99 -
System Red Green Blue C M Y K H S L
Decimal 56 154 191 0.71 0.19 0 0.25 196.44 0.55 0.48
Hex 38 9A BF 47 13 0 19 C4 37 30
Octal 70 232 277 107 23 0 31 304 67 60
Binary 111000 10011010 10111111 1000111 10011 0 11001 11000100 110111 110000

Color Harmonies of #389ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389ABF

Black with #389ABF

Text Example


Text Example

White with #389ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,154,191); }

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

background-color css

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

 a { background-color: rgb(56,154,191); }

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

border-color css

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

 span { border-color: rgb(56,154,191); }

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