#2D91C1

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

Shades of Pelorous #2D91C1

Tints of Pelorous #2D91C1

Color information

#2D91C1 (or 0x2D91C1) is unknown color: approx Pelorous. HEX triplet: 2D, 91 and C1. RGB value is (45,145,193). Sum of RGB (Red+Green+Blue) = 45+145+193=383 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.75% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #2D91C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D91C1 is #D26E3E. Grayscale: #787878. Windows color (decimal): -13790783 or 12685613. OLE color: 12685613.

HSL color Cylindrical-coordinate representation of color #2D91C1: hue angle of 199.46º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D91C1 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB45145193-
CMYK0.770.2500.24
HSL199.46º62.18%46.67%-
HSV(B)199.46º76.68%75.69%-
XYZ20.8324.6654.11-
YUV120.57168.8774.1-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.75%
GREEN value IS 145 (57.03% from 255) = 37.86%
BLUE value IS 193 (75.78% from 255) = 50.39%
R=11.75%
G=37.86%
B=50.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal451451930.770.2500.24199.4662.1846.67
Hex2D91C14D19018c73e2f
Octal55221301115310303077657
Binary101101100100011100000110011011100101100011000111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D91C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D91C1; }

 p { color: rgb(45,145,193); }

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

<style>
 a { background-color: #2D91C1; }

 a { background-color: rgb(45,145,193); }

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

<style>
 span { border-color: #2D91C1; }

 span { border-color: rgb(45,145,193); }

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