Html Css Color HEX #399FB9 Pelorous

📋 copy color: '#399FB9'

red 57 ◦ green 159 ◦ blue 185

#399FB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #399FB9

Tints of Pelorous #399FB9

RGB

 RED value IS 57 (22.66% from 255) = 14.21%

 GREEN value IS 159 (62.5% from 255) = 39.65%

 BLUE value IS 185 (72.66% from 255) = 46.13%

R = 14.21%
G = 39.65%
B = 46.13%

CMYK

 C value IS 0.69

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#399FB9 (or 0x399FB9) is known color: Pelorous. HEX triplet: 39, 9F and B9. RGB value is (57,159,185). Sum of RGB (Red+Green+Blue) = 57+159+185=401 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.21% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 185 - color contains mainly: blue. Hex color #399FB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399FB9 is #C66046. Grayscale: #838383. Windows color (decimal): -13000775 or 12164921. OLE color: 12164921.

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

Color convert

RGB 57 159 185 -
CMYK 0.69 0.14 0 0.27
HSL 192.19º 0.53% 0.47% -
HSV(B) 192.19º 0.69% 0.73% -
XYZ 22.84 29.17 50.33 -
YUV 131.47 158.21 74.89 -
System Red Green Blue C M Y K H S L
Decimal 57 159 185 0.69 0.14 0 0.27 192.19 0.53 0.47
Hex 39 9F B9 45 E 0 1B C0 35 2F
Octal 71 237 271 105 16 0 33 300 65 57
Binary 111001 10011111 10111001 1000101 1110 0 11011 11000000 110101 101111

Color Harmonies of #399FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399FB9

Black with #399FB9

Text Example


Text Example

White with #399FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #399FB9;
 }
 .AnyTagClassName
 {
   color: #399FB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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