#2605BD

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

Shades of Medium Blue #2605BD

Tints of Medium Blue #2605BD

Color information

#2605BD (or 0x2605BD) is unknown color: approx Medium Blue. HEX triplet: 26, 05 and BD. RGB value is (38,5,189). Sum of RGB (Red+Green+Blue) = 38+5+189=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 189 (74.22% from 255 or 81.47% from 232); Max value from RGB is 189 - color contains mainly: blue. Hex color #2605BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2605BD is #D9FA42. Grayscale: #232323. Windows color (decimal): -14285379 or 12387622. OLE color: 12387622.

HSL color Cylindrical-coordinate representation of color #2605BD: hue angle of 250.76º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2605BD is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB385189-
CMYK0.800.9700.26
HSL250.76º94.85%38.04%-
HSV(B)250.76º97.35%74.12%-
XYZ10.044.1948.42-
YUV35.84214.43129.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.38%
GREEN value IS 5 (2.34% from 255) = 2.16%
BLUE value IS 189 (74.22% from 255) = 81.47%
R=16.38%
G=2.16%
B=81.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3851890.800.9700.26250.7694.8538.04
Hex265BD506101Afb5f26
Octal46527512014103237313746
Binary1001101011011110110100001100001011010111110111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2605BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2605BD; }

 p { color: rgb(38,5,189); }

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

<style>
 a { background-color: #2605BD; }

 a { background-color: rgb(38,5,189); }

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

<style>
 span { border-color: #2605BD; }

 span { border-color: rgb(38,5,189); }

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