#2995C7

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

Shades of Pelorous #2995C7

Tints of Pelorous #2995C7

Color information

#2995C7 (or 0x2995C7) is unknown color: approx Pelorous. HEX triplet: 29, 95 and C7. RGB value is (41,149,199). Sum of RGB (Red+Green+Blue) = 41+149+199=389 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.54% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 199 (78.12% from 255 or 51.16% from 389); Max value from RGB is 199 - color contains mainly: blue. Hex color #2995C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2995C7 is #D66A38. Grayscale: #7A7A7A. Windows color (decimal): -14051897 or 13079849. OLE color: 13079849.

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

Color convert

RGB41149199-
CMYK0.790.2500.22
HSL198.99º65.83%47.06%-
HSV(B)198.99º79.4%78.04%-
XYZ21.9726.0957.91-
YUV122.41171.2269.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.54%
GREEN value IS 149 (58.59% from 255) = 38.30%
BLUE value IS 199 (78.12% from 255) = 51.16%
R=10.54%
G=38.30%
B=51.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal411491990.790.2500.22198.9965.8347.06
Hex2995C74F19016c7422f
Octal512253071173102630710257
Binary1010011001010111000111100111111001010110110001111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2995C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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