#2993BF

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

Shades of Pelorous #2993BF

Tints of Pelorous #2993BF

Color information

#2993BF (or 0x2993BF) is unknown color: approx Pelorous. HEX triplet: 29, 93 and BF. RGB value is (41,147,191). Sum of RGB (Red+Green+Blue) = 41+147+191=379 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.82% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #2993BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2993BF is #D66C40. Grayscale: #787878. Windows color (decimal): -14052417 or 12555049. OLE color: 12555049.

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

Color convert

RGB41147191-
CMYK0.790.2300.25
HSL197.6º64.66%45.49%-
HSV(B)197.6º78.53%74.9%-
XYZ20.7525.153.04-
YUV120.32167.8871.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.82%
GREEN value IS 147 (57.81% from 255) = 38.79%
BLUE value IS 191 (75% from 255) = 50.40%
R=10.82%
G=38.79%
B=50.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411471910.790.2300.25197.664.6645.49
Hex2993BF4F17019c6412d
Octal512232771172703130610155
Binary1010011001001110111111100111110111011001110001101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2993BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2993BF; }

 p { color: rgb(41,147,191); }

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

<style>
 a { background-color: #2993BF; }

 a { background-color: rgb(41,147,191); }

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

<style>
 span { border-color: #2993BF; }

 span { border-color: rgb(41,147,191); }

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