Html Css Color HEX #399FAC Pelorous

📋 copy color: '#399FAC'

red 57 ◦ green 159 ◦ blue 172

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

Shades of Pelorous #399FAC

Tints of Pelorous #399FAC

RGB

 RED value IS 57 (22.66% from 255) = 14.69%

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

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

R = 14.69%
G = 40.98%
B = 44.33%

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

#399FAC (or 0x399FAC) is known color: Pelorous. HEX triplet: 39, 9F and AC. RGB value is (57,159,172). Sum of RGB (Red+Green+Blue) = 57+159+172=388 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.69% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #399FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399FAC is #C66053. Grayscale: #818181. Windows color (decimal): -13000788 or 11312953. OLE color: 11312953.

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

Color convert

RGB 57 159 172 -
CMYK 0.67 0.08 0 0.33
HSL 186.78º 0.5% 0.45% -
HSV(B) 186.78º 0.67% 0.67% -
XYZ 21.53 28.64 43.42 -
YUV 129.98 151.71 75.94 -
System Red Green Blue C M Y K H S L
Decimal 57 159 172 0.67 0.08 0 0.33 186.78 0.5 0.45
Hex 39 9F AC 43 8 0 21 BB 32 2D
Octal 71 237 254 103 10 0 41 273 62 55
Binary 111001 10011111 10101100 1000011 1000 0 100001 10111011 110010 101101

Color Harmonies of #399FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399FAC

Black with #399FAC

Text Example


Text Example

White with #399FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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