Html Css Color HEX #399DB4 Pelorous

📋 copy color: '#399DB4'

red 57 ◦ green 157 ◦ blue 180

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

Shades of Pelorous #399DB4

Tints of Pelorous #399DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45.69%

R = 14.47%
G = 39.85%
B = 45.69%

CMYK

 C value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#399DB4 (or 0x399DB4) is known color: Pelorous. HEX triplet: 39, 9D and B4. RGB value is (57,157,180). Sum of RGB (Red+Green+Blue) = 57+157+180=394 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.47% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 180 (70.70% from 255 or 45.69% from 394); Max value from RGB is 180 - color contains mainly: blue. Hex color #399DB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399DB4 is #C6624B. Grayscale: #818181. Windows color (decimal): -13001292 or 11836729. OLE color: 11836729.

HSL color Cylindrical-coordinate representation of color #399DB4: hue angle of 191.22º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #399DB4 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 57 157 180 -
CMYK 0.68 0.13 0 0.29
HSL 191.22º 0.52% 0.46% -
HSV(B) 191.22º 0.68% 0.71% -
XYZ 21.98 28.28 47.48 -
YUV 129.72 156.37 76.13 -
System Red Green Blue C M Y K H S L
Decimal 57 157 180 0.68 0.13 0 0.29 191.22 0.52 0.46
Hex 39 9D B4 44 D 0 1D BF 34 2E
Octal 71 235 264 104 15 0 35 277 64 56
Binary 111001 10011101 10110100 1000100 1101 0 11101 10111111 110100 101110

Color Harmonies of #399DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399DB4

Black with #399DB4

Text Example


Text Example

White with #399DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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