#2C38C1

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

Shades of Persian Blue #2C38C1

Tints of Persian Blue #2C38C1

Color information

#2C38C1 (or 0x2C38C1) is unknown color: approx Persian Blue. HEX triplet: 2C, 38 and C1. RGB value is (44,56,193). Sum of RGB (Red+Green+Blue) = 44+56+193=293 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.02% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 193 (75.78% from 255 or 65.87% from 293); Max value from RGB is 193 - color contains mainly: blue. Hex color #2C38C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C38C1 is #D3C73E. Grayscale: #434343. Windows color (decimal): -13879103 or 12662828. OLE color: 12662828.

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

Color convert

RGB4456193-
CMYK0.770.7100.24
HSL235.17º62.87%46.47%-
HSV(B)235.17º77.2%75.69%-
XYZ12.087.2151.21-
YUV68.03198.52110.86-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.02%
GREEN value IS 56 (22.27% from 255) = 19.11%
BLUE value IS 193 (75.78% from 255) = 65.87%
R=15.02%
G=19.11%
B=65.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal44561930.770.7100.24235.1762.8746.47
Hex2C38C14D47018eb3f2e
Octal54703011151070303537756
Binary101100111000110000011001101100011101100011101011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C38C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,56,193); }

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

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

 a { background-color: rgb(44,56,193); }

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

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

 span { border-color: rgb(44,56,193); }

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