#2900CA

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

Shades of Medium Blue #2900CA

Tints of Medium Blue #2900CA

Color information

#2900CA (or 0x2900CA) is unknown color: approx Medium Blue. HEX triplet: 29, 00 and CA. RGB value is (41,0,202). Sum of RGB (Red+Green+Blue) = 41+0+202=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 202 (79.30% from 255 or 83.13% from 243); Max value from RGB is 202 - color contains mainly: blue. Hex color #2900CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2900CA is #D6FF35. Grayscale: #222222. Windows color (decimal): -14090038 or 13238313. OLE color: 13238313.

HSL color Cylindrical-coordinate representation of color #2900CA: hue angle of 252.18º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2900CA is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB410202-
CMYK0.80100.21
HSL252.18º100%39.61%-
HSV(B)252.18º100%79.22%-
XYZ11.584.7456.18-
YUV35.29222.08132.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 202 (79.30% from 255) = 83.13%
R=16.87%
G=0%
B=83.13%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal4102020.80100.21252.1810039.61
Hex290CA5064015fc6428
Octal51031212014402537414450
Binary10100101100101010100001100100010101111111001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2900CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2900CA; }

 p { color: rgb(41,0,202); }

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

<style>
 a { background-color: #2900CA; }

 a { background-color: rgb(41,0,202); }

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

<style>
 span { border-color: #2900CA; }

 span { border-color: rgb(41,0,202); }

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