#3799BD

Color #3799BD Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #3799BD

Tints of Pelorous #3799BD

Color information

#3799BD (or 0x3799BD) is unknown color: approx Pelorous. HEX triplet: 37, 99 and BD. RGB value is (55,153,189). Sum of RGB (Red+Green+Blue) = 55+153+189=397 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.85% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #3799BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3799BD is #C86642. Grayscale: #7F7F7F. Windows color (decimal): -13133379 or 12425527. OLE color: 12425527.

HSL color Cylindrical-coordinate representation of color #3799BD: hue angle of 196.12º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3799BD is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB55153189-
CMYK0.710.1900.26
HSL196.12º54.92%47.84%-
HSV(B)196.12º70.9%74.12%-
XYZ22.1527.2752.24-
YUV127.8162.5376.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.85%
GREEN value IS 153 (60.16% from 255) = 38.54%
BLUE value IS 189 (74.22% from 255) = 47.61%
R=13.85%
G=38.54%
B=47.61%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal551531890.710.1900.26196.1254.9247.84
Hex3799BD471301Ac43730
Octal67231275107230323046760
Binary110111100110011011110110001111001101101011000100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3799BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3799BD; }

 p { color: rgb(55,153,189); }

 H1.HeaderClassName
 {
   color: #3799BD;
 }
 .AnyTagClassName
 {
   color: #3799BD;
 }
</style>
background-color css

<style>
 a { background-color: #3799BD; }

 a { background-color: rgb(55,153,189); }

 div.DivClassName
 {
   background-color: #3799BD;
 }
 .BgClassName
 {
   background-color: #3799BD;
 }
</style>
border-color css

<style>
 span { border-color: #3799BD; }

 span { border-color: rgb(55,153,189); }

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