#2793C5

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

Shades of Pelorous #2793C5

Tints of Pelorous #2793C5

Color information

#2793C5 (or 0x2793C5) is unknown color: approx Pelorous. HEX triplet: 27, 93 and C5. RGB value is (39,147,197). Sum of RGB (Red+Green+Blue) = 39+147+197=383 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.18% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 197 (77.34% from 255 or 51.44% from 383); Max value from RGB is 197 - color contains mainly: blue. Hex color #2793C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2793C5 is #D86C3A. Grayscale: #787878. Windows color (decimal): -14183483 or 12948263. OLE color: 12948263.

HSL color Cylindrical-coordinate representation of color #2793C5: hue angle of 198.99º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2793C5 is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB39147197-
CMYK0.800.2500.23
HSL198.99º66.95%46.27%-
HSV(B)198.99º80.2%77.25%-
XYZ21.3525.3356.59-
YUV120.41171.2269.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.18%
GREEN value IS 147 (57.81% from 255) = 38.38%
BLUE value IS 197 (77.34% from 255) = 51.44%
R=10.18%
G=38.38%
B=51.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal391471970.800.2500.23198.9966.9546.27
Hex2793C55019017c7432e
Octal472233051203102730710356
Binary1001111001001111000101101000011001010111110001111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2793C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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