#2c37b1

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

Shades of Persian Blue #2C37B1

Tints of Persian Blue #2C37B1

Color information

#2C37B1 (or 0x2C37B1) is unknown color: approx Persian Blue. HEX triplet: 2C, 37 and B1. RGB value is (44,55,177). Sum of RGB (Red+Green+Blue) = 44+55+177=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 177 (69.53% from 255 or 64.13% from 276); Max value from RGB is 177 - color contains mainly: blue. Hex color #2C37B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C37B1 is #D3C84E. Grayscale: #414141. Windows color (decimal): -13879375 or 11613996. OLE color: 11613996.

HSL color Cylindrical-coordinate representation of color #2C37B1: hue angle of 235.04º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C37B1 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4455177-
CMYK0.750.6900.31
HSL235.04º60.18%43.33%-
HSV(B)235.04º75.14%69.41%-
XYZ10.346.4442.29-
YUV65.62190.86112.58-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.94%
GREEN value IS 55 (21.88% from 255) = 19.93%
BLUE value IS 177 (69.53% from 255) = 64.13%
R=15.94%
G=19.93%
B=64.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal44551770.750.6900.31235.0460.1843.33
Hex2C37B14B4501Feb3c2b
Octal54672611131050373537453
Binary101100110111101100011001011100010101111111101011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c37b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,55,177); }

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

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

 a { background-color: rgb(44,55,177); }

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

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

 span { border-color: rgb(44,55,177); }

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