#2995BE

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

Shades of Pelorous #2995BE

Tints of Pelorous #2995BE

Color information

#2995BE (or 0x2995BE) is unknown color: approx Pelorous. HEX triplet: 29, 95 and BE. RGB value is (41,149,190). Sum of RGB (Red+Green+Blue) = 41+149+190=380 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.79% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #2995BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2995BE is #D66A41. Grayscale: #797979. Windows color (decimal): -14051906 or 12490025. OLE color: 12490025.

HSL color Cylindrical-coordinate representation of color #2995BE: hue angle of 196.51º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2995BE is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB41149190-
CMYK0.780.2200.25
HSL196.51º64.5%45.29%-
HSV(B)196.51º78.42%74.51%-
XYZ20.9625.6852.57-
YUV121.38166.7270.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.79%
GREEN value IS 149 (58.59% from 255) = 39.21%
BLUE value IS 190 (74.61% from 255) = 50%
R=10.79%
G=39.21%
B=50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411491900.780.2200.25196.5164.545.29
Hex2995BE4E16019c5412d
Octal512252761162603130510155
Binary1010011001010110111110100111010110011001110001011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2995BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2995BE; }

 p { color: rgb(41,149,190); }

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

<style>
 a { background-color: #2995BE; }

 a { background-color: rgb(41,149,190); }

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

<style>
 span { border-color: #2995BE; }

 span { border-color: rgb(41,149,190); }

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