Html Css Color HEX #389DB5 Pelorous

📋 copy color: '#389DB5'

red 56 ◦ green 157 ◦ blue 181

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

Shades of Pelorous #389DB5

Tints of Pelorous #389DB5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.85%

 BLUE value IS 181 (71.09% from 255) = 45.94%

R = 14.21%
G = 39.85%
B = 45.94%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#389DB5 (or 0x389DB5) is known color: Pelorous. HEX triplet: 38, 9D and B5. RGB value is (56,157,181). Sum of RGB (Red+Green+Blue) = 56+157+181=394 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.21% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 181 (71.09% from 255 or 45.94% from 394); Max value from RGB is 181 - color contains mainly: blue. Hex color #389DB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389DB5 is #C7624A. Grayscale: #818181. Windows color (decimal): -13066827 or 11902264. OLE color: 11902264.

HSL color Cylindrical-coordinate representation of color #389DB5: hue angle of 191.52º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #389DB5 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 157 181 -
CMYK 0.69 0.13 0 0.29
HSL 191.52º 0.53% 0.46% -
HSV(B) 191.52º 0.69% 0.71% -
XYZ 22.03 28.29 48.02 -
YUV 129.54 157.04 75.55 -
System Red Green Blue C M Y K H S L
Decimal 56 157 181 0.69 0.13 0 0.29 191.52 0.53 0.46
Hex 38 9D B5 45 D 0 1D C0 35 2E
Octal 70 235 265 105 15 0 35 300 65 56
Binary 111000 10011101 10110101 1000101 1101 0 11101 11000000 110101 101110

Color Harmonies of #389DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389DB5

Black with #389DB5

Text Example


Text Example

White with #389DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,157,181); }

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

background-color css

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

 a { background-color: rgb(56,157,181); }

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

border-color css

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

 span { border-color: rgb(56,157,181); }

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