Html Css Color HEX #389CBD Pelorous

📋 copy color: '#389CBD'

red 56 ◦ green 156 ◦ blue 189

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

Shades of Pelorous #389CBD

Tints of Pelorous #389CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.13%

R = 13.97%
G = 38.9%
B = 47.13%

CMYK

 C value IS 0.70

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#389CBD (or 0x389CBD) is known color: Pelorous. HEX triplet: 38, 9C and BD. RGB value is (56,156,189). Sum of RGB (Red+Green+Blue) = 56+156+189=401 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.97% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #389CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389CBD is #C76342. Grayscale: #818181. Windows color (decimal): -13067075 or 12426296. OLE color: 12426296.

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

Color convert

RGB 56 156 189 -
CMYK 0.70 0.17 0 0.26
HSL 194.89º 0.54% 0.48% -
HSV(B) 194.89º 0.7% 0.74% -
XYZ 22.7 28.29 52.41 -
YUV 129.86 161.37 75.32 -
System Red Green Blue C M Y K H S L
Decimal 56 156 189 0.70 0.17 0 0.26 194.89 0.54 0.48
Hex 38 9C BD 46 11 0 1A C3 36 30
Octal 70 234 275 106 21 0 32 303 66 60
Binary 111000 10011100 10111101 1000110 10001 0 11010 11000011 110110 110000

Color Harmonies of #389CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389CBD

Black with #389CBD

Text Example


Text Example

White with #389CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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