#260CBC

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

Shades of Medium Blue #260CBC

Tints of Medium Blue #260CBC

Color information

#260CBC (or 0x260CBC) is unknown color: approx Medium Blue. HEX triplet: 26, 0C and BC. RGB value is (38,12,188). Sum of RGB (Red+Green+Blue) = 38+12+188=238 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.97% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 188 (73.83% from 255 or 78.99% from 238); Max value from RGB is 188 - color contains mainly: blue. Hex color #260CBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260CBC is #D9F343. Grayscale: #272727. Windows color (decimal): -14283588 or 12323878. OLE color: 12323878.

HSL color Cylindrical-coordinate representation of color #260CBC: hue angle of 248.86º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260CBC is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3812188-
CMYK0.800.9400.26
HSL248.86º88%39.22%-
HSV(B)248.86º93.62%73.73%-
XYZ10.014.3147.88-
YUV39.84211.61126.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.97%
GREEN value IS 12 (5.08% from 255) = 5.04%
BLUE value IS 188 (73.83% from 255) = 78.99%
R=15.97%
G=5.04%
B=78.99%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal38121880.800.9400.26248.868839.22
Hex26CBC505E01Af95827
Octal461427412013603237113047
Binary10011011001011110010100001011110011010111110011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,12,188); }

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

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

 a { background-color: rgb(38,12,188); }

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

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

 span { border-color: rgb(38,12,188); }

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