Html Css Color HEX #399DBB Pelorous

📋 copy color: '#399DBB'

red 57 ◦ green 157 ◦ blue 187

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

Shades of Pelorous #399DBB

Tints of Pelorous #399DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.63%

R = 14.21%
G = 39.15%
B = 46.63%

CMYK

 C value IS 0.70

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#399DBB (or 0x399DBB) is known color: Pelorous. HEX triplet: 39, 9D and BB. RGB value is (57,157,187). Sum of RGB (Red+Green+Blue) = 57+157+187=401 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.21% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #399DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399DBB is #C66244. Grayscale: #828282. Windows color (decimal): -13001285 or 12295481. OLE color: 12295481.

HSL color Cylindrical-coordinate representation of color #399DBB: hue angle of 193.85º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #399DBB is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 157 187 -
CMYK 0.70 0.16 0 0.27
HSL 193.85º 0.53% 0.48% -
HSV(B) 193.85º 0.7% 0.73% -
XYZ 22.71 28.57 51.33 -
YUV 130.52 159.87 75.56 -
System Red Green Blue C M Y K H S L
Decimal 57 157 187 0.70 0.16 0 0.27 193.85 0.53 0.48
Hex 39 9D BB 46 10 0 1B C2 35 30
Octal 71 235 273 106 20 0 33 302 65 60
Binary 111001 10011101 10111011 1000110 10000 0 11011 11000010 110101 110000

Color Harmonies of #399DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399DBB

Black with #399DBB

Text Example


Text Example

White with #399DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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