#399FBA

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

Shades of Pelorous #399FBA

Tints of Pelorous #399FBA

Color information

#399FBA (or 0x399FBA) is unknown color: approx Pelorous. HEX triplet: 39, 9F and BA. RGB value is (57,159,186). Sum of RGB (Red+Green+Blue) = 57+159+186=402 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.18% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #399FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399FBA is #C66045. Grayscale: #838383. Windows color (decimal): -13000774 or 12230457. OLE color: 12230457.

HSL color Cylindrical-coordinate representation of color #399FBA: hue angle of 192.56º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #399FBA is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB57159186-
CMYK0.690.1500.27
HSL192.56º53.09%47.65%-
HSV(B)192.56º69.35%72.94%-
XYZ22.9529.2150.88-
YUV131.58158.7174.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.18%
GREEN value IS 159 (62.5% from 255) = 39.55%
BLUE value IS 186 (73.05% from 255) = 46.27%
R=14.18%
G=39.55%
B=46.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal571591860.690.1500.27192.5653.0947.65
Hex399FBA45F01Bc13530
Octal71237272105170333016560
Binary11100110011111101110101000101111101101111000001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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