#2609BA

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

Shades of Medium Blue #2609BA

Tints of Medium Blue #2609BA

Color information

#2609BA (or 0x2609BA) is unknown color: approx Medium Blue. HEX triplet: 26, 09 and BA. RGB value is (38,9,186). Sum of RGB (Red+Green+Blue) = 38+9+186=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 186 (73.05% from 255 or 79.83% from 233); Max value from RGB is 186 - color contains mainly: blue. Hex color #2609BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2609BA is #D9F645. Grayscale: #252525. Windows color (decimal): -14284358 or 12192038. OLE color: 12192038.

HSL color Cylindrical-coordinate representation of color #2609BA: hue angle of 249.83º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2609BA is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB389186-
CMYK0.800.9500.27
HSL249.83º90.77%38.24%-
HSV(B)249.83º95.16%72.94%-
XYZ9.764.1546.74-
YUV37.85211.61128.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.31%
GREEN value IS 9 (3.91% from 255) = 3.86%
BLUE value IS 186 (73.05% from 255) = 79.83%
R=16.31%
G=3.86%
B=79.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3891860.800.9500.27249.8390.7738.24
Hex269BA505F01Bfa5b26
Octal461127212013703337213346
Binary10011010011011101010100001011111011011111110101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2609BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2609BA; }

 p { color: rgb(38,9,186); }

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

<style>
 a { background-color: #2609BA; }

 a { background-color: rgb(38,9,186); }

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

<style>
 span { border-color: #2609BA; }

 span { border-color: rgb(38,9,186); }

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