#2A18CA

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

Shades of Persian Blue #2A18CA

Tints of Persian Blue #2A18CA

Color information

#2A18CA (or 0x2A18CA) is unknown color: approx Persian Blue. HEX triplet: 2A, 18 and CA. RGB value is (42,24,202). Sum of RGB (Red+Green+Blue) = 42+24+202=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 202 (79.30% from 255 or 75.37% from 268); Max value from RGB is 202 - color contains mainly: blue. Hex color #2A18CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A18CA is #D5E735. Grayscale: #303030. Windows color (decimal): -14018358 or 13244458. OLE color: 13244458.

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

Color convert

RGB4224202-
CMYK0.790.8800.21
HSL246.07º78.76%44.31%-
HSV(B)246.07º88.12%79.22%-
XYZ11.945.4156.29-
YUV49.67213.96122.53-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.67%
GREEN value IS 24 (9.77% from 255) = 8.96%
BLUE value IS 202 (79.30% from 255) = 75.37%
R=15.67%
G=8.96%
B=75.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal42242020.790.8800.21246.0778.7644.31
Hex2A18CA4F58015f64f2c
Octal523031211713002536611754
Binary101010110001100101010011111011000010101111101101001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A18CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,24,202); }

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

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

 a { background-color: rgb(42,24,202); }

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

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

 span { border-color: rgb(42,24,202); }

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