#2C38CA

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

Shades of Persian Blue #2C38CA

Tints of Persian Blue #2C38CA

Color information

#2C38CA (or 0x2C38CA) is unknown color: approx Persian Blue. HEX triplet: 2C, 38 and CA. RGB value is (44,56,202). Sum of RGB (Red+Green+Blue) = 44+56+202=302 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.57% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 202 (79.30% from 255 or 66.89% from 302); Max value from RGB is 202 - color contains mainly: blue. Hex color #2C38CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C38CA is #D3C735. Grayscale: #444444. Windows color (decimal): -13879094 or 13252652. OLE color: 13252652.

HSL color Cylindrical-coordinate representation of color #2C38CA: hue angle of 235.44º 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 #2C38CA is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4456202-
CMYK0.780.7200.21
HSL235.44º64.23%48.24%-
HSV(B)235.44º78.22%79.22%-
XYZ13.117.6356.66-
YUV69.06203.02110.13-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.57%
GREEN value IS 56 (22.27% from 255) = 18.54%
BLUE value IS 202 (79.30% from 255) = 66.89%
R=14.57%
G=18.54%
B=66.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal44562020.780.7200.21235.4464.2348.24
Hex2C38CA4E48015eb4030
Octal547031211611002535310060
Binary1011001110001100101010011101001000010101111010111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C38CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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