Html Css Color HEX #399DBA Pelorous

📋 copy color: '#399DBA'

red 57 ◦ green 157 ◦ blue 186

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

Shades of Pelorous #399DBA

Tints of Pelorous #399DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.5%

R = 14.25%
G = 39.25%
B = 46.5%

CMYK

 C value IS 0.69

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#399DBA (or 0x399DBA) is known color: Pelorous. HEX triplet: 39, 9D and BA. RGB value is (57,157,186). Sum of RGB (Red+Green+Blue) = 57+157+186=400 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.25% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #399DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399DBA is #C66245. Grayscale: #828282. Windows color (decimal): -13001286 or 12229945. OLE color: 12229945.

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

Color convert

RGB 57 157 186 -
CMYK 0.69 0.16 0 0.27
HSL 193.49º 0.53% 0.48% -
HSV(B) 193.49º 0.69% 0.73% -
XYZ 22.61 28.53 50.77 -
YUV 130.41 159.37 75.64 -
System Red Green Blue C M Y K H S L
Decimal 57 157 186 0.69 0.16 0 0.27 193.49 0.53 0.48
Hex 39 9D BA 45 10 0 1B C1 35 30
Octal 71 235 272 105 20 0 33 301 65 60
Binary 111001 10011101 10111010 1000101 10000 0 11011 11000001 110101 110000

Color Harmonies of #399DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399DBA

Black with #399DBA

Text Example


Text Example

White with #399DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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