Html Css Color HEX #399DB3 Pelorous

📋 copy color: '#399DB3'

red 57 ◦ green 157 ◦ blue 179

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

Shades of Pelorous #399DB3

Tints of Pelorous #399DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.55%

R = 14.5%
G = 39.95%
B = 45.55%

CMYK

 C value IS 0.68

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#399DB3 (or 0x399DB3) is known color: Pelorous. HEX triplet: 39, 9D and B3. RGB value is (57,157,179). Sum of RGB (Red+Green+Blue) = 57+157+179=393 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.50% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 179 (70.31% from 255 or 45.55% from 393); Max value from RGB is 179 - color contains mainly: blue. Hex color #399DB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399DB3 is #C6624C. Grayscale: #818181. Windows color (decimal): -13001293 or 11771193. OLE color: 11771193.

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

Color convert

RGB 57 157 179 -
CMYK 0.68 0.12 0 0.30
HSL 190.82º 0.52% 0.46% -
HSV(B) 190.82º 0.68% 0.7% -
XYZ 21.88 28.24 46.95 -
YUV 129.61 155.87 76.21 -
System Red Green Blue C M Y K H S L
Decimal 57 157 179 0.68 0.12 0 0.30 190.82 0.52 0.46
Hex 39 9D B3 44 C 0 1E BF 34 2E
Octal 71 235 263 104 14 0 36 277 64 56
Binary 111001 10011101 10110011 1000100 1100 0 11110 10111111 110100 101110

Color Harmonies of #399DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399DB3

Black with #399DB3

Text Example


Text Example

White with #399DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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