#2C31CA

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

Shades of Persian Blue #2C31CA

Tints of Persian Blue #2C31CA

Color information

#2C31CA (or 0x2C31CA) is unknown color: approx Persian Blue. HEX triplet: 2C, 31 and CA. RGB value is (44,49,202). Sum of RGB (Red+Green+Blue) = 44+49+202=295 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.92% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 202 (79.30% from 255 or 68.47% from 295); Max value from RGB is 202 - color contains mainly: blue. Hex color #2C31CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C31CA is #D3CE35. Grayscale: #404040. Windows color (decimal): -13880886 or 13250860. OLE color: 13250860.

HSL color Cylindrical-coordinate representation of color #2C31CA: hue angle of 238.1º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C31CA is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4449202-
CMYK0.780.7600.21
HSL238.1º64.23%48.24%-
HSV(B)238.1º78.22%79.22%-
XYZ12.8756.55-
YUV64.95205.34113.06-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.92%
GREEN value IS 49 (19.53% from 255) = 16.61%
BLUE value IS 202 (79.30% from 255) = 68.47%
R=14.92%
G=16.61%
B=68.47%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal44492020.780.7600.21238.164.2348.24
Hex2C31CA4E4C015ee4030
Octal546131211611402535610060
Binary1011001100011100101010011101001100010101111011101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C31CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,49,202); }

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

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

 a { background-color: rgb(44,49,202); }

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

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

 span { border-color: rgb(44,49,202); }

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