#2993C5

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

Shades of Pelorous #2993C5

Tints of Pelorous #2993C5

Color information

#2993C5 (or 0x2993C5) is unknown color: approx Pelorous. HEX triplet: 29, 93 and C5. RGB value is (41,147,197). Sum of RGB (Red+Green+Blue) = 41+147+197=385 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.65% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 197 (77.34% from 255 or 51.17% from 385); Max value from RGB is 197 - color contains mainly: blue. Hex color #2993C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2993C5 is #D66C3A. Grayscale: #787878. Windows color (decimal): -14052411 or 12948265. OLE color: 12948265.

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

Color convert

RGB41147197-
CMYK0.790.2500.23
HSL199.23º65.55%46.67%-
HSV(B)199.23º79.19%77.25%-
XYZ21.4325.3756.59-
YUV121.01170.8870.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.65%
GREEN value IS 147 (57.81% from 255) = 38.18%
BLUE value IS 197 (77.34% from 255) = 51.17%
R=10.65%
G=38.18%
B=51.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal411471970.790.2500.23199.2365.5546.67
Hex2993C54F19017c7422f
Octal512233051173102730710257
Binary1010011001001111000101100111111001010111110001111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2993C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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