#399EBB

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

Shades of Pelorous #399EBB

Tints of Pelorous #399EBB

Color information

#399EBB (or 0x399EBB) is unknown color: approx Pelorous. HEX triplet: 39, 9E and BB. RGB value is (57,158,187). Sum of RGB (Red+Green+Blue) = 57+158+187=402 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.18% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #399EBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399EBB is #C66144. Grayscale: #828282. Windows color (decimal): -13001029 or 12295737. OLE color: 12295737.

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

Color convert

RGB57158187-
CMYK0.700.1600.27
HSL193.38º53.28%47.84%-
HSV(B)193.38º69.52%73.33%-
XYZ22.8828.9151.39-
YUV131.11159.5475.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.18%
GREEN value IS 158 (62.11% from 255) = 39.30%
BLUE value IS 187 (73.44% from 255) = 46.52%
R=14.18%
G=39.30%
B=46.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal571581870.700.1600.27193.3853.2847.84
Hex399EBB461001Bc13530
Octal71236273106200333016560
Binary111001100111101011101110001101000001101111000001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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