#260BC0

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

Shades of Medium Blue #260BC0

Tints of Medium Blue #260BC0

Color information

#260BC0 (or 0x260BC0) is unknown color: approx Medium Blue. HEX triplet: 26, 0B and C0. RGB value is (38,11,192). Sum of RGB (Red+Green+Blue) = 38+11+192=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 192 (75.39% from 255 or 79.67% from 241); Max value from RGB is 192 - color contains mainly: blue. Hex color #260BC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260BC0 is #D9F43F. Grayscale: #272727. Windows color (decimal): -14283840 or 12585766. OLE color: 12585766.

HSL color Cylindrical-coordinate representation of color #260BC0: hue angle of 248.95º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260BC0 is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3811192-
CMYK0.800.9400.25
HSL248.95º89.16%39.8%-
HSV(B)248.95º94.27%75.29%-
XYZ10.434.4650.18-
YUV39.71213.95126.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.77%
GREEN value IS 11 (4.69% from 255) = 4.56%
BLUE value IS 192 (75.39% from 255) = 79.67%
R=15.77%
G=4.56%
B=79.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38111920.800.9400.25248.9589.1639.8
Hex26BC0505E019f95928
Octal461330012013603137113150
Binary10011010111100000010100001011110011001111110011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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