#399FAC

Color #399FAC Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #399FAC

Tints of Pelorous #399FAC

Color information

#399FAC (or 0x399FAC) is unknown color: approx 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

RGB57159172-
CMYK0.670.0800.33
HSL186.78º50.22%44.9%-
HSV(B)186.78º66.86%67.45%-
XYZ21.5328.6443.42-
YUV129.98151.7175.94-

RGB Variations

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

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 (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571591720.670.0800.33186.7850.2244.9
Hex399FAC438021bb322d
Octal71237254103100412736255
Binary111001100111111010110010000111000010000110111011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>