Html Css Color HEX #399DB9 Pelorous

📋 copy color: '#399DB9'

red 57 ◦ green 157 ◦ blue 185

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

Shades of Pelorous #399DB9

Tints of Pelorous #399DB9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.35%

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

R = 14.29%
G = 39.35%
B = 46.37%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#399DB9 (or 0x399DB9) is known color: Pelorous. HEX triplet: 39, 9D and B9. RGB value is (57,157,185). Sum of RGB (Red+Green+Blue) = 57+157+185=399 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.29% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 185 - color contains mainly: blue. Hex color #399DB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399DB9 is #C66246. Grayscale: #828282. Windows color (decimal): -13001287 or 12164409. OLE color: 12164409.

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

Color convert

RGB 57 157 185 -
CMYK 0.69 0.15 0 0.27
HSL 193.13º 0.53% 0.47% -
HSV(B) 193.13º 0.69% 0.73% -
XYZ 22.5 28.49 50.21 -
YUV 130.29 158.87 75.72 -
System Red Green Blue C M Y K H S L
Decimal 57 157 185 0.69 0.15 0 0.27 193.13 0.53 0.47
Hex 39 9D B9 45 F 0 1B C1 35 2F
Octal 71 235 271 105 17 0 33 301 65 57
Binary 111001 10011101 10111001 1000101 1111 0 11011 11000001 110101 101111

Color Harmonies of #399DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399DB9

Black with #399DB9

Text Example


Text Example

White with #399DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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