Html Css Color HEX #389CB8 Pelorous

📋 copy color: '#389CB8'

red 56 ◦ green 156 ◦ blue 184

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

Shades of Pelorous #389CB8

Tints of Pelorous #389CB8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.39%

 BLUE value IS 184 (72.27% from 255) = 46.46%

R = 14.14%
G = 39.39%
B = 46.46%

CMYK

 C value IS 0.70

 M value IS 0.15

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#389CB8 (or 0x389CB8) is known color: Pelorous. HEX triplet: 38, 9C and B8. RGB value is (56,156,184). Sum of RGB (Red+Green+Blue) = 56+156+184=396 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.14% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 184 (72.27% from 255 or 46.46% from 396); Max value from RGB is 184 - color contains mainly: blue. Hex color #389CB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389CB8 is #C76347. Grayscale: #818181. Windows color (decimal): -13067080 or 12098616. OLE color: 12098616.

HSL color Cylindrical-coordinate representation of color #389CB8: hue angle of 193.12º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #389CB8 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 156 184 -
CMYK 0.70 0.15 0 0.28
HSL 193.13º 0.53% 0.47% -
HSV(B) 193.13º 0.7% 0.72% -
XYZ 22.17 28.08 49.6 -
YUV 129.29 158.87 75.72 -
System Red Green Blue C M Y K H S L
Decimal 56 156 184 0.70 0.15 0 0.28 193.13 0.53 0.47
Hex 38 9C B8 46 F 0 1C C1 35 2F
Octal 70 234 270 106 17 0 34 301 65 57
Binary 111000 10011100 10111000 1000110 1111 0 11100 11000001 110101 101111

Color Harmonies of #389CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389CB8

Black with #389CB8

Text Example


Text Example

White with #389CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,156,184); }

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

background-color css

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

 a { background-color: rgb(56,156,184); }

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

border-color css

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

 span { border-color: rgb(56,156,184); }

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