#2790b8

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

Shades of Pelorous #2790B8

Tints of Pelorous #2790B8

Color information

#2790B8 (or 0x2790B8) is unknown color: approx Pelorous. HEX triplet: 27, 90 and B8. RGB value is (39,144,184). Sum of RGB (Red+Green+Blue) = 39+144+184=367 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.63% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 184 (72.27% from 255 or 50.14% from 367); Max value from RGB is 184 - color contains mainly: blue. Hex color #2790B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2790B8 is #D86F47. Grayscale: #747474. Windows color (decimal): -14184264 or 12095527. OLE color: 12095527.

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

Color convert

RGB39144184-
CMYK0.790.2200.28
HSL196.55º65.02%43.73%-
HSV(B)196.55º78.8%72.16%-
XYZ19.4623.8448.92-
YUV117.16165.7172.25-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.63%
GREEN value IS 144 (56.64% from 255) = 39.24%
BLUE value IS 184 (72.27% from 255) = 50.14%
R=10.63%
G=39.24%
B=50.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal391441840.790.2200.28196.5565.0243.73
Hex2790B84F1601Cc5412c
Octal472202701172603430510154
Binary1001111001000010111000100111110110011100110001011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2790b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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