Html Css Color HEX #389FAD Pelorous

📋 copy color: '#389FAD'

red 56 ◦ green 159 ◦ blue 173

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

Shades of Pelorous #389FAD

Tints of Pelorous #389FAD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.98%

 BLUE value IS 173 (67.97% from 255) = 44.59%

R = 14.43%
G = 40.98%
B = 44.59%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#389FAD (or 0x389FAD) is known color: Pelorous. HEX triplet: 38, 9F and AD. RGB value is (56,159,173). Sum of RGB (Red+Green+Blue) = 56+159+173=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #389FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389FAD is #C76052. Grayscale: #818181. Windows color (decimal): -13066323 or 11378488. OLE color: 11378488.

HSL color Cylindrical-coordinate representation of color #389FAD: hue angle of 187.18º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #389FAD is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 159 173 -
CMYK 0.68 0.08 0 0.32
HSL 187.18º 0.51% 0.45% -
HSV(B) 187.18º 0.68% 0.68% -
XYZ 21.57 28.65 43.93 -
YUV 129.8 152.38 75.36 -
System Red Green Blue C M Y K H S L
Decimal 56 159 173 0.68 0.08 0 0.32 187.18 0.51 0.45
Hex 38 9F AD 44 8 0 20 BB 33 2D
Octal 70 237 255 104 10 0 40 273 63 55
Binary 111000 10011111 10101101 1000100 1000 0 100000 10111011 110011 101101

Color Harmonies of #389FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389FAD

Black with #389FAD

Text Example


Text Example

White with #389FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,159,173); }

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

background-color css

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

 a { background-color: rgb(56,159,173); }

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

border-color css

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

 span { border-color: rgb(56,159,173); }

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