Html Css Color HEX #399CBA Pelorous

📋 copy color: '#399CBA'

red 57 ◦ green 156 ◦ blue 186

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

Shades of Pelorous #399CBA

Tints of Pelorous #399CBA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.1%

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

R = 14.29%
G = 39.1%
B = 46.62%

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

#399CBA (or 0x399CBA) is known color: Pelorous. HEX triplet: 39, 9C and BA. RGB value is (57,156,186). Sum of RGB (Red+Green+Blue) = 57+156+186=399 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.29% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #399CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399CBA is #C66345. Grayscale: #818181. Windows color (decimal): -13001542 or 12229689. OLE color: 12229689.

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

Color convert

RGB 57 156 186 -
CMYK 0.69 0.16 0 0.27
HSL 193.95º 0.53% 0.48% -
HSV(B) 193.95º 0.69% 0.73% -
XYZ 22.44 28.19 50.71 -
YUV 129.82 159.7 76.06 -
System Red Green Blue C M Y K H S L
Decimal 57 156 186 0.69 0.16 0 0.27 193.95 0.53 0.48
Hex 39 9C BA 45 10 0 1B C2 35 30
Octal 71 234 272 105 20 0 33 302 65 60
Binary 111001 10011100 10111010 1000101 10000 0 11011 11000010 110101 110000

Color Harmonies of #399CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399CBA

Black with #399CBA

Text Example


Text Example

White with #399CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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