Html Css Color HEX #389FAC Pelorous

📋 copy color: '#389FAC'

red 56 ◦ green 159 ◦ blue 172

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

Shades of Pelorous #389FAC

Tints of Pelorous #389FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.44%

R = 14.47%
G = 41.09%
B = 44.44%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#389FAC (or 0x389FAC) is known color: Pelorous. HEX triplet: 38, 9F and AC. RGB value is (56,159,172). Sum of RGB (Red+Green+Blue) = 56+159+172=387 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.47% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #389FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389FAC is #C76053. Grayscale: #818181. Windows color (decimal): -13066324 or 11312952. OLE color: 11312952.

HSL color Cylindrical-coordinate representation of color #389FAC: hue angle of 186.72º 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 #389FAC is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 159 172 -
CMYK 0.67 0.08 0 0.33
HSL 186.72º 0.51% 0.45% -
HSV(B) 186.72º 0.67% 0.67% -
XYZ 21.48 28.62 43.42 -
YUV 129.69 151.88 75.44 -
System Red Green Blue C M Y K H S L
Decimal 56 159 172 0.67 0.08 0 0.33 186.72 0.51 0.45
Hex 38 9F AC 43 8 0 21 BB 33 2D
Octal 70 237 254 103 10 0 41 273 63 55
Binary 111000 10011111 10101100 1000011 1000 0 100001 10111011 110011 101101

Color Harmonies of #389FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389FAC

Black with #389FAC

Text Example


Text Example

White with #389FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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