#2793BC

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

Shades of Pelorous #2793BC

Tints of Pelorous #2793BC

Color information

#2793BC (or 0x2793BC) is unknown color: approx Pelorous. HEX triplet: 27, 93 and BC. RGB value is (39,147,188). Sum of RGB (Red+Green+Blue) = 39+147+188=374 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.43% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #2793BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2793BC is #D86C43. Grayscale: #777777. Windows color (decimal): -14183492 or 12358439. OLE color: 12358439.

HSL color Cylindrical-coordinate representation of color #2793BC: hue angle of 196.51º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2793BC is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB39147188-
CMYK0.790.2200.26
HSL196.51º65.64%44.51%-
HSV(B)196.51º79.26%73.73%-
XYZ20.3524.9351.32-
YUV119.38166.7270.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.43%
GREEN value IS 147 (57.81% from 255) = 39.30%
BLUE value IS 188 (73.83% from 255) = 50.27%
R=10.43%
G=39.30%
B=50.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal391471880.790.2200.26196.5165.6444.51
Hex2793BC4F1601Ac5422d
Octal472232741172603230510255
Binary1001111001001110111100100111110110011010110001011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2793BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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