#2E05CA

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

Shades of Medium Blue #2E05CA

Tints of Medium Blue #2E05CA

Color information

#2E05CA (or 0x2E05CA) is unknown color: approx Medium Blue. HEX triplet: 2E, 05 and CA. RGB value is (46,5,202). Sum of RGB (Red+Green+Blue) = 46+5+202=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 202 (79.30% from 255 or 79.84% from 253); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E05CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E05CA is #D1FA35. Grayscale: #262626. Windows color (decimal): -13761078 or 13239598. OLE color: 13239598.

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

Color convert

RGB465202-
CMYK0.770.9800.21
HSL252.49º95.17%40.59%-
HSV(B)252.49º97.52%79.22%-
XYZ11.844.9556.21-
YUV39.72219.58132.48-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.18%
GREEN value IS 5 (2.34% from 255) = 1.98%
BLUE value IS 202 (79.30% from 255) = 79.84%
R=18.18%
G=1.98%
B=79.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal4652020.770.9800.21252.4995.1740.59
Hex2E5CA4D62015fc5f29
Octal56531211514202537413751
Binary1011101011100101010011011100010010101111111001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E05CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,5,202); }

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

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

 a { background-color: rgb(46,5,202); }

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

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

 span { border-color: rgb(46,5,202); }

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