Html Css Color HEX #399DB7 Pelorous

📋 copy color: '#399DB7'

red 57 ◦ green 157 ◦ blue 183

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

Shades of Pelorous #399DB7

Tints of Pelorous #399DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 46.1%

R = 14.36%
G = 39.55%
B = 46.1%

CMYK

 C value IS 0.69

 M value IS 0.14

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#399DB7 (or 0x399DB7) is known color: Pelorous. HEX triplet: 39, 9D and B7. RGB value is (57,157,183). Sum of RGB (Red+Green+Blue) = 57+157+183=397 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.36% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 183 (71.88% from 255 or 46.10% from 397); Max value from RGB is 183 - color contains mainly: blue. Hex color #399DB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399DB7 is #C66248. Grayscale: #818181. Windows color (decimal): -13001289 or 12033337. OLE color: 12033337.

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

Color convert

RGB 57 157 183 -
CMYK 0.69 0.14 0 0.28
HSL 192.38º 0.53% 0.47% -
HSV(B) 192.38º 0.69% 0.72% -
XYZ 22.29 28.4 49.11 -
YUV 130.06 157.87 75.89 -
System Red Green Blue C M Y K H S L
Decimal 57 157 183 0.69 0.14 0 0.28 192.38 0.53 0.47
Hex 39 9D B7 45 E 0 1C C0 34 2F
Octal 71 235 267 105 16 0 34 300 64 57
Binary 111001 10011101 10110111 1000101 1110 0 11100 11000000 110100 101111

Color Harmonies of #399DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399DB7

Black with #399DB7

Text Example


Text Example

White with #399DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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