#2790B7

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

Shades of Pelorous #2790B7

Tints of Pelorous #2790B7

Color information

#2790B7 (or 0x2790B7) is unknown color: approx Pelorous. HEX triplet: 27, 90 and B7. RGB value is (39,144,183). Sum of RGB (Red+Green+Blue) = 39+144+183=366 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.66% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 183 (71.88% from 255 or 50% from 366); Max value from RGB is 183 - color contains mainly: blue. Hex color #2790B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2790B7 is #D86F48. Grayscale: #747474. Windows color (decimal): -14184265 or 12029991. OLE color: 12029991.

HSL color Cylindrical-coordinate representation of color #2790B7: hue angle of 196.25º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2790B7 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB39144183-
CMYK0.790.2100.28
HSL196.25º64.86%43.53%-
HSV(B)196.25º78.69%71.76%-
XYZ19.3623.848.37-
YUV117.05165.2172.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.66%
GREEN value IS 144 (56.64% from 255) = 39.34%
BLUE value IS 183 (71.88% from 255) = 50%
R=10.66%
G=39.34%
B=50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal391441830.790.2100.28196.2564.8643.53
Hex2790B74F1501Cc4412c
Octal472202671172503430410154
Binary1001111001000010110111100111110101011100110001001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2790B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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