#2C38E0

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

Shades of Persian Blue #2C38E0

Tints of Persian Blue #2C38E0

Color information

#2C38E0 (or 0x2C38E0) is unknown color: approx Persian Blue. HEX triplet: 2C, 38 and E0. RGB value is (44,56,224). Sum of RGB (Red+Green+Blue) = 44+56+224=324 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.58% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 224 (87.89% from 255 or 69.14% from 324); Max value from RGB is 224 - color contains mainly: blue. Hex color #2C38E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C38E0 is #D3C71F. Grayscale: #464646. Windows color (decimal): -13879072 or 14694444. OLE color: 14694444.

HSL color Cylindrical-coordinate representation of color #2C38E0: hue angle of 236º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C38E0 is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB4456224-
CMYK0.800.7500.12
HSL236º74.38%52.55%-
HSV(B)236º80.36%87.84%-
XYZ15.918.7571.37-
YUV71.56214.02108.34-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.58%
GREEN value IS 56 (22.27% from 255) = 17.28%
BLUE value IS 224 (87.89% from 255) = 69.14%
R=13.58%
G=17.28%
B=69.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal44562240.800.7500.1223674.3852.55
Hex2C38E0504B0Cec4a35
Octal547034012011301435411265
Binary101100111000111000001010000100101101100111011001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C38E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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