#2791B3

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

Shades of Pelorous #2791B3

Tints of Pelorous #2791B3

Color information

#2791B3 (or 0x2791B3) is unknown color: approx Pelorous. HEX triplet: 27, 91 and B3. RGB value is (39,145,179). Sum of RGB (Red+Green+Blue) = 39+145+179=363 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.74% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 179 (70.31% from 255 or 49.31% from 363); Max value from RGB is 179 - color contains mainly: blue. Hex color #2791B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2791B3 is #D86E4C. Grayscale: #747474. Windows color (decimal): -14184013 or 11768103. OLE color: 11768103.

HSL color Cylindrical-coordinate representation of color #2791B3: hue angle of 194.57º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2791B3 is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB39145179-
CMYK0.780.1900.30
HSL194.57º64.22%42.75%-
HSV(B)194.57º78.21%70.2%-
XYZ19.123.9446.26-
YUV117.18162.8872.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.74%
GREEN value IS 145 (57.03% from 255) = 39.94%
BLUE value IS 179 (70.31% from 255) = 49.31%
R=10.74%
G=39.94%
B=49.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal391451790.780.1900.30194.5764.2242.75
Hex2791B34E1301Ec3402b
Octal472212631162303630310053
Binary1001111001000110110011100111010011011110110000111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2791B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2791B3; }

 p { color: rgb(39,145,179); }

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

<style>
 a { background-color: #2791B3; }

 a { background-color: rgb(39,145,179); }

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

<style>
 span { border-color: #2791B3; }

 span { border-color: rgb(39,145,179); }

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