#399FB4

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

Shades of Pelorous #399FB4

Tints of Pelorous #399FB4

Color information

#399FB4 (or 0x399FB4) is unknown color: approx Pelorous. HEX triplet: 39, 9F and B4. RGB value is (57,159,180). Sum of RGB (Red+Green+Blue) = 57+159+180=396 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.39% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 180 (70.70% from 255 or 45.45% from 396); Max value from RGB is 180 - color contains mainly: blue. Hex color #399FB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399FB4 is #C6604B. Grayscale: #828282. Windows color (decimal): -13000780 or 11837241. OLE color: 11837241.

HSL color Cylindrical-coordinate representation of color #399FB4: hue angle of 190.24º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #399FB4 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB57159180-
CMYK0.680.1200.29
HSL190.24º51.9%46.47%-
HSV(B)190.24º68.33%70.59%-
XYZ22.3228.9647.59-
YUV130.9155.7175.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.39%
GREEN value IS 159 (62.5% from 255) = 40.15%
BLUE value IS 180 (70.70% from 255) = 45.45%
R=14.39%
G=40.15%
B=45.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal571591800.680.1200.29190.2451.946.47
Hex399FB444C01Dbe342e
Octal71237264104140352766456
Binary11100110011111101101001000100110001110110111110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #399FB4;
 }
 .AnyTagClassName
 {
   color: #399FB4;
 }
</style>
background-color css

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

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

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

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

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

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