#2602CA

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

Shades of Medium Blue #2602CA

Tints of Medium Blue #2602CA

Color information

#2602CA (or 0x2602CA) is unknown color: approx Medium Blue. HEX triplet: 26, 02 and CA. RGB value is (38,2,202). Sum of RGB (Red+Green+Blue) = 38+2+202=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 202 (79.30% from 255 or 83.47% from 242); Max value from RGB is 202 - color contains mainly: blue. Hex color #2602CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2602CA is #D9FD35. Grayscale: #222222. Windows color (decimal): -14286134 or 13238822. OLE color: 13238822.

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

Color convert

RGB382202-
CMYK0.810.9900.21
HSL250.8º98.04%40%-
HSV(B)250.8º99.01%79.22%-
XYZ11.484.7256.18-
YUV35.56221.93129.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.70%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 202 (79.30% from 255) = 83.47%
R=15.70%
G=0.83%
B=83.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal3822020.810.9900.21250.898.0440
Hex262CA5163015fb6228
Octal46231212114302537314250
Binary100110101100101010100011100011010101111110111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2602CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,2,202); }

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

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

 a { background-color: rgb(38,2,202); }

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

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

 span { border-color: rgb(38,2,202); }

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