Html Css Color HEX #389DB4 Pelorous

📋 copy color: '#389DB4'

red 56 ◦ green 157 ◦ blue 180

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

Shades of Pelorous #389DB4

Tints of Pelorous #389DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45.8%

R = 14.25%
G = 39.95%
B = 45.8%

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

#389DB4 (or 0x389DB4) is known color: Pelorous. HEX triplet: 38, 9D and B4. RGB value is (56,157,180). Sum of RGB (Red+Green+Blue) = 56+157+180=393 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.25% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 180 (70.70% from 255 or 45.80% from 393); Max value from RGB is 180 - color contains mainly: blue. Hex color #389DB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389DB4 is #C7624B. Grayscale: #818181. Windows color (decimal): -13066828 or 11836728. OLE color: 11836728.

HSL color Cylindrical-coordinate representation of color #389DB4: hue angle of 191.13º 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 #389DB4 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 157 180 -
CMYK 0.69 0.13 0 0.29
HSL 191.13º 0.53% 0.46% -
HSV(B) 191.13º 0.69% 0.71% -
XYZ 21.93 28.25 47.48 -
YUV 129.42 156.54 75.63 -
System Red Green Blue C M Y K H S L
Decimal 56 157 180 0.69 0.13 0 0.29 191.13 0.53 0.46
Hex 38 9D B4 45 D 0 1D BF 35 2E
Octal 70 235 264 105 15 0 35 277 65 56
Binary 111000 10011101 10110100 1000101 1101 0 11101 10111111 110101 101110

Color Harmonies of #389DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389DB4

Black with #389DB4

Text Example


Text Example

White with #389DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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