Html Css Color HEX #389DB6 Pelorous

📋 copy color: '#389DB6'

red 56 ◦ green 157 ◦ blue 182

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

Shades of Pelorous #389DB6

Tints of Pelorous #389DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.08%

R = 14.18%
G = 39.75%
B = 46.08%

CMYK

 C value IS 0.69

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#389DB6 (or 0x389DB6) is known color: Pelorous. HEX triplet: 38, 9D and B6. RGB value is (56,157,182). Sum of RGB (Red+Green+Blue) = 56+157+182=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 182 - color contains mainly: blue. Hex color #389DB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389DB6 is #C76249. Grayscale: #818181. Windows color (decimal): -13066826 or 11967800. OLE color: 11967800.

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

Color convert

RGB 56 157 182 -
CMYK 0.69 0.14 0 0.29
HSL 191.9º 0.53% 0.47% -
HSV(B) 191.9º 0.69% 0.71% -
XYZ 22.13 28.33 48.56 -
YUV 129.65 157.54 75.47 -
System Red Green Blue C M Y K H S L
Decimal 56 157 182 0.69 0.14 0 0.29 191.9 0.53 0.47
Hex 38 9D B6 45 E 0 1D C0 35 2F
Octal 70 235 266 105 16 0 35 300 65 57
Binary 111000 10011101 10110110 1000101 1110 0 11101 11000000 110101 101111

Color Harmonies of #389DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389DB6

Black with #389DB6

Text Example


Text Example

White with #389DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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