#2790BB

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

Shades of Pelorous #2790BB

Tints of Pelorous #2790BB

Color information

#2790BB (or 0x2790BB) is unknown color: approx Pelorous. HEX triplet: 27, 90 and BB. RGB value is (39,144,187). Sum of RGB (Red+Green+Blue) = 39+144+187=370 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.54% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #2790BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2790BB is #D86F44. Grayscale: #757575. Windows color (decimal): -14184261 or 12292135. OLE color: 12292135.

HSL color Cylindrical-coordinate representation of color #2790BB: hue angle of 197.43º 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 #2790BB is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB39144187-
CMYK0.790.2300.27
HSL197.43º65.49%44.31%-
HSV(B)197.43º79.14%73.33%-
XYZ19.7823.9750.6-
YUV117.51167.2172-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.54%
GREEN value IS 144 (56.64% from 255) = 38.92%
BLUE value IS 187 (73.44% from 255) = 50.54%
R=10.54%
G=38.92%
B=50.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal391441870.790.2300.27197.4365.4944.31
Hex2790BB4F1701Bc5412c
Octal472202731172703330510154
Binary1001111001000010111011100111110111011011110001011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2790BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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