#260BE3

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

Shades of Medium Blue #260BE3

Tints of Medium Blue #260BE3

Color information

#260BE3 (or 0x260BE3) is unknown color: approx Medium Blue. HEX triplet: 26, 0B and E3. RGB value is (38,11,227). Sum of RGB (Red+Green+Blue) = 38+11+227=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 227 (89.06% from 255 or 82.25% from 276); Max value from RGB is 227 - color contains mainly: blue. Hex color #260BE3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260BE3 is #D9F41C. Grayscale: #2A2A2A. Windows color (decimal): -14283805 or 14879526. OLE color: 14879526.

HSL color Cylindrical-coordinate representation of color #260BE3: hue angle of 247.5º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260BE3 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB3811227-
CMYK0.830.9500.11
HSL247.5º90.76%46.67%-
HSV(B)247.5º95.15%89.02%-
XYZ14.786.273.09-
YUV43.7231.45123.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.77%
GREEN value IS 11 (4.69% from 255) = 3.99%
BLUE value IS 227 (89.06% from 255) = 82.25%
R=13.77%
G=3.99%
B=82.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal38112270.830.9500.11247.590.7646.67
Hex26BE3535F0Bf85b2f
Octal461334312313701337013357
Binary1001101011111000111010011101111101011111110001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260BE3; }

 p { color: rgb(38,11,227); }

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

<style>
 a { background-color: #260BE3; }

 a { background-color: rgb(38,11,227); }

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

<style>
 span { border-color: #260BE3; }

 span { border-color: rgb(38,11,227); }

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