Html Css Color HEX #389ABB Pelorous

📋 copy color: '#389ABB'

red 56 ◦ green 154 ◦ blue 187

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

Shades of Pelorous #389ABB

Tints of Pelorous #389ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.1%

R = 14.11%
G = 38.79%
B = 47.1%

CMYK

 C value IS 0.70

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#389ABB (or 0x389ABB) is known color: Pelorous. HEX triplet: 38, 9A and BB. RGB value is (56,154,187). Sum of RGB (Red+Green+Blue) = 56+154+187=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #389ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389ABB is #C76544. Grayscale: #808080. Windows color (decimal): -13067589 or 12294712. OLE color: 12294712.

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

Color convert

RGB 56 154 187 -
CMYK 0.70 0.18 0 0.27
HSL 195.11º 0.54% 0.48% -
HSV(B) 195.11º 0.7% 0.73% -
XYZ 22.16 27.54 51.16 -
YUV 128.46 161.03 76.32 -
System Red Green Blue C M Y K H S L
Decimal 56 154 187 0.70 0.18 0 0.27 195.11 0.54 0.48
Hex 38 9A BB 46 12 0 1B C3 36 30
Octal 70 232 273 106 22 0 33 303 66 60
Binary 111000 10011010 10111011 1000110 10010 0 11011 11000011 110110 110000

Color Harmonies of #389ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389ABB

Black with #389ABB

Text Example


Text Example

White with #389ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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