Html Css Color HEX #389EAD Pelorous

📋 copy color: '#389EAD'

red 56 ◦ green 158 ◦ blue 173

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

Shades of Pelorous #389EAD

Tints of Pelorous #389EAD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.83%

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

R = 14.47%
G = 40.83%
B = 44.7%

CMYK

 C value IS 0.68

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#389EAD (or 0x389EAD) is known color: Pelorous. HEX triplet: 38, 9E and AD. RGB value is (56,158,173). Sum of RGB (Red+Green+Blue) = 56+158+173=387 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.47% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #389EAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389EAD is #C76152. Grayscale: #818181. Windows color (decimal): -13066579 or 11378232. OLE color: 11378232.

HSL color Cylindrical-coordinate representation of color #389EAD: hue angle of 187.69º 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 #389EAD is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 158 173 -
CMYK 0.68 0.09 0 0.32
HSL 187.69º 0.51% 0.45% -
HSV(B) 187.69º 0.68% 0.68% -
XYZ 21.4 28.31 43.87 -
YUV 129.21 152.71 75.78 -
System Red Green Blue C M Y K H S L
Decimal 56 158 173 0.68 0.09 0 0.32 187.69 0.51 0.45
Hex 38 9E AD 44 9 0 20 BC 33 2D
Octal 70 236 255 104 11 0 40 274 63 55
Binary 111000 10011110 10101101 1000100 1001 0 100000 10111100 110011 101101

Color Harmonies of #389EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389EAD

Black with #389EAD

Text Example


Text Example

White with #389EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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