#2792BC

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

Shades of Pelorous #2792BC

Tints of Pelorous #2792BC

Color information

#2792BC (or 0x2792BC) is unknown color: approx Pelorous. HEX triplet: 27, 92 and BC. RGB value is (39,146,188). Sum of RGB (Red+Green+Blue) = 39+146+188=373 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.46% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #2792BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2792BC is #D86D43. Grayscale: #767676. Windows color (decimal): -14183748 or 12358183. OLE color: 12358183.

HSL color Cylindrical-coordinate representation of color #2792BC: hue angle of 196.91º 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 #2792BC is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB39146188-
CMYK0.790.2200.26
HSL196.91º65.64%44.51%-
HSV(B)196.91º79.26%73.73%-
XYZ20.1924.6251.26-
YUV118.8167.0571.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.46%
GREEN value IS 146 (57.42% from 255) = 39.14%
BLUE value IS 188 (73.83% from 255) = 50.40%
R=10.46%
G=39.14%
B=50.40%

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
Decimal391461880.790.2200.26196.9165.6444.51
Hex2792BC4F1601Ac5422d
Octal472222741172603230510255
Binary1001111001001010111100100111110110011010110001011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2792BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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