#2602C1

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

Shades of Medium Blue #2602C1

Tints of Medium Blue #2602C1

Color information

#2602C1 (or 0x2602C1) is unknown color: approx Medium Blue. HEX triplet: 26, 02 and C1. RGB value is (38,2,193). Sum of RGB (Red+Green+Blue) = 38+2+193=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 193 (75.78% from 255 or 82.83% from 233); Max value from RGB is 193 - color contains mainly: blue. Hex color #2602C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2602C1 is #D9FD3E. Grayscale: #212121. Windows color (decimal): -14286143 or 12648998. OLE color: 12648998.

HSL color Cylindrical-coordinate representation of color #2602C1: hue angle of 251.31º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2602C1 is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB382193-
CMYK0.800.9900.24
HSL251.31º97.95%38.24%-
HSV(B)251.31º98.96%75.69%-
XYZ10.454.3150.73-
YUV34.54217.43130.47-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.31%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 193 (75.78% from 255) = 82.83%
R=16.31%
G=0.86%
B=82.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal3821930.800.9900.24251.3197.9538.24
Hex262C15063018fb6226
Octal46230112014303037314246
Binary100110101100000110100001100011011000111110111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2602C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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