Html Css Color HEX #389FAB Pelorous

📋 copy color: '#389FAB'

red 56 ◦ green 159 ◦ blue 171

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

Shades of Pelorous #389FAB

Tints of Pelorous #389FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.3%

R = 14.51%
G = 41.19%
B = 44.3%

CMYK

 C value IS 0.67

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#389FAB (or 0x389FAB) is known color: Pelorous. HEX triplet: 38, 9F and AB. RGB value is (56,159,171). Sum of RGB (Red+Green+Blue) = 56+159+171=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #389FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389FAB is #C76054. Grayscale: #818181. Windows color (decimal): -13066325 or 11247416. OLE color: 11247416.

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

Color convert

RGB 56 159 171 -
CMYK 0.67 0.07 0 0.33
HSL 186.26º 0.51% 0.45% -
HSV(B) 186.26º 0.67% 0.67% -
XYZ 21.38 28.58 42.92 -
YUV 129.57 151.38 75.52 -
System Red Green Blue C M Y K H S L
Decimal 56 159 171 0.67 0.07 0 0.33 186.26 0.51 0.45
Hex 38 9F AB 43 7 0 21 BA 33 2D
Octal 70 237 253 103 7 0 41 272 63 55
Binary 111000 10011111 10101011 1000011 111 0 100001 10111010 110011 101101

Color Harmonies of #389FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389FAB

Black with #389FAB

Text Example


Text Example

White with #389FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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