#2603bd

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

Shades of Medium Blue #2603BD

Tints of Medium Blue #2603BD

Color information

#2603BD (or 0x2603BD) is unknown color: approx Medium Blue. HEX triplet: 26, 03 and BD. RGB value is (38,3,189). Sum of RGB (Red+Green+Blue) = 38+3+189=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 189 (74.22% from 255 or 82.17% from 230); Max value from RGB is 189 - color contains mainly: blue. Hex color #2603BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2603BD is #D9FC42. Grayscale: #212121. Windows color (decimal): -14285891 or 12387110. OLE color: 12387110.

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

Color convert

RGB383189-
CMYK0.800.9800.26
HSL251.29º96.88%37.65%-
HSV(B)251.29º98.41%74.12%-
XYZ10.024.1548.42-
YUV34.67215.1130.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.52%
GREEN value IS 3 (1.56% from 255) = 1.30%
BLUE value IS 189 (74.22% from 255) = 82.17%
R=16.52%
G=1.30%
B=82.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3831890.800.9800.26251.2996.8837.65
Hex263BD506201Afb6126
Octal46327512014203237314146
Binary100110111011110110100001100010011010111110111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2603bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2603bd; }

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

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

<style>
 a { background-color: #2603bd; }

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

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

<style>
 span { border-color: #2603bd; }

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

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