#2A13CA

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

Shades of Medium Blue #2A13CA

Tints of Medium Blue #2A13CA

Color information

#2A13CA (or 0x2A13CA) is unknown color: approx Medium Blue. HEX triplet: 2A, 13 and CA. RGB value is (42,19,202). Sum of RGB (Red+Green+Blue) = 42+19+202=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 202 (79.30% from 255 or 76.81% from 263); Max value from RGB is 202 - color contains mainly: blue. Hex color #2A13CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A13CA is #D5EC35. Grayscale: #2E2E2E. Windows color (decimal): -14019638 or 13243178. OLE color: 13243178.

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

Color convert

RGB4219202-
CMYK0.790.9100.21
HSL247.54º82.81%43.33%-
HSV(B)247.54º90.59%79.22%-
XYZ11.855.2256.26-
YUV46.74215.62124.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.97%
GREEN value IS 19 (7.81% from 255) = 7.22%
BLUE value IS 202 (79.30% from 255) = 76.81%
R=15.97%
G=7.22%
B=76.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal42192020.790.9100.21247.5482.8143.33
Hex2A13CA4F5B015f8532b
Octal522331211713302537012353
Binary101010100111100101010011111011011010101111110001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A13CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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