#2791BB

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

Shades of Pelorous #2791BB

Tints of Pelorous #2791BB

Color information

#2791BB (or 0x2791BB) is unknown color: approx Pelorous. HEX triplet: 27, 91 and BB. RGB value is (39,145,187). Sum of RGB (Red+Green+Blue) = 39+145+187=371 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.51% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #2791BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2791BB is #D86E44. Grayscale: #757575. Windows color (decimal): -14184005 or 12292391. OLE color: 12292391.

HSL color Cylindrical-coordinate representation of color #2791BB: hue angle of 197.03º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2791BB is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB39145187-
CMYK0.790.2200.27
HSL197.03º65.49%44.31%-
HSV(B)197.03º79.14%73.33%-
XYZ19.9324.2750.65-
YUV118.09166.8871.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.51%
GREEN value IS 145 (57.03% from 255) = 39.08%
BLUE value IS 187 (73.44% from 255) = 50.40%
R=10.51%
G=39.08%
B=50.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal391451870.790.2200.27197.0365.4944.31
Hex2791BB4F1601Bc5412c
Octal472212731172603330510154
Binary1001111001000110111011100111110110011011110001011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2791BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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