Html Css Color HEX #389FAE Pelorous

📋 copy color: '#389FAE'

red 56 ◦ green 159 ◦ blue 174

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

Shades of Pelorous #389FAE

Tints of Pelorous #389FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.73%

R = 14.4%
G = 40.87%
B = 44.73%

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

#389FAE (or 0x389FAE) is known color: Pelorous. HEX triplet: 38, 9F and AE. RGB value is (56,159,174). Sum of RGB (Red+Green+Blue) = 56+159+174=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #389FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389FAE is #C76051. Grayscale: #818181. Windows color (decimal): -13066322 or 11444024. OLE color: 11444024.

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

Color convert

RGB 56 159 174 -
CMYK 0.68 0.09 0 0.32
HSL 187.63º 0.51% 0.45% -
HSV(B) 187.63º 0.68% 0.68% -
XYZ 21.67 28.69 44.44 -
YUV 129.91 152.88 75.28 -
System Red Green Blue C M Y K H S L
Decimal 56 159 174 0.68 0.09 0 0.32 187.63 0.51 0.45
Hex 38 9F AE 44 9 0 20 BC 33 2D
Octal 70 237 256 104 11 0 40 274 63 55
Binary 111000 10011111 10101110 1000100 1001 0 100000 10111100 110011 101101

Color Harmonies of #389FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389FAE

Black with #389FAE

Text Example


Text Example

White with #389FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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