Html Css Color HEX #399FBA Pelorous

📋 copy color: '#399FBA'

red 57 ◦ green 159 ◦ blue 186

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

Shades of Pelorous #399FBA

Tints of Pelorous #399FBA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.55%

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

R = 14.18%
G = 39.55%
B = 46.27%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#399FBA (or 0x399FBA) is known color: Pelorous. HEX triplet: 39, 9F and BA. RGB value is (57,159,186). Sum of RGB (Red+Green+Blue) = 57+159+186=402 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.18% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #399FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399FBA is #C66045. Grayscale: #838383. Windows color (decimal): -13000774 or 12230457. OLE color: 12230457.

HSL color Cylindrical-coordinate representation of color #399FBA: hue angle of 192.56º 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 #399FBA is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 159 186 -
CMYK 0.69 0.15 0 0.27
HSL 192.56º 0.53% 0.48% -
HSV(B) 192.56º 0.69% 0.73% -
XYZ 22.95 29.21 50.88 -
YUV 131.58 158.71 74.8 -
System Red Green Blue C M Y K H S L
Decimal 57 159 186 0.69 0.15 0 0.27 192.56 0.53 0.48
Hex 39 9F BA 45 F 0 1B C1 35 30
Octal 71 237 272 105 17 0 33 301 65 60
Binary 111001 10011111 10111010 1000101 1111 0 11011 11000001 110101 110000

Color Harmonies of #399FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399FBA

Black with #399FBA

Text Example


Text Example

White with #399FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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