#399EBA

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

Shades of Pelorous #399EBA

Tints of Pelorous #399EBA

Color information

#399EBA (or 0x399EBA) is unknown color: approx Pelorous. HEX triplet: 39, 9E and BA. RGB value is (57,158,186). Sum of RGB (Red+Green+Blue) = 57+158+186=401 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.21% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #399EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399EBA is #C66145. Grayscale: #828282. Windows color (decimal): -13001030 or 12230201. OLE color: 12230201.

HSL color Cylindrical-coordinate representation of color #399EBA: hue angle of 193.02º 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 #399EBA is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB57158186-
CMYK0.690.1500.27
HSL193.02º53.09%47.65%-
HSV(B)193.02º69.35%72.94%-
XYZ22.7828.8750.83-
YUV130.99159.0475.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.21%
GREEN value IS 158 (62.11% from 255) = 39.40%
BLUE value IS 186 (73.05% from 255) = 46.38%
R=14.21%
G=39.40%
B=46.38%

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
Decimal571581860.690.1500.27193.0253.0947.65
Hex399EBA45F01Bc13530
Octal71236272105170333016560
Binary11100110011110101110101000101111101101111000001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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