Html Css Color HEX #399DC0 Pelorous

📋 copy color: '#399DC0'

red 57 ◦ green 157 ◦ blue 192

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

Shades of Pelorous #399DC0

Tints of Pelorous #399DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.29%

R = 14.04%
G = 38.67%
B = 47.29%

CMYK

 C value IS 0.70

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#399DC0 (or 0x399DC0) is known color: Pelorous. HEX triplet: 39, 9D and C0. RGB value is (57,157,192). Sum of RGB (Red+Green+Blue) = 57+157+192=406 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.04% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 192 - color contains mainly: blue. Hex color #399DC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399DC0 is #C6623F. Grayscale: #828282. Windows color (decimal): -13001280 or 12623161. OLE color: 12623161.

HSL color Cylindrical-coordinate representation of color #399DC0: hue angle of 195.56º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #399DC0 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 57 157 192 -
CMYK 0.70 0.18 0 0.25
HSL 195.56º 0.54% 0.49% -
HSV(B) 195.56º 0.7% 0.75% -
XYZ 23.26 28.79 54.2 -
YUV 131.09 162.37 75.15 -
System Red Green Blue C M Y K H S L
Decimal 57 157 192 0.70 0.18 0 0.25 195.56 0.54 0.49
Hex 39 9D C0 46 12 0 19 C4 36 31
Octal 71 235 300 106 22 0 31 304 66 61
Binary 111001 10011101 11000000 1000110 10010 0 11001 11000100 110110 110001

Color Harmonies of #399DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399DC0

Black with #399DC0

Text Example


Text Example

White with #399DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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