#2307D3

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

Shades of Medium Blue #2307D3

Tints of Medium Blue #2307D3

Color information

#2307D3 (or 0x2307D3) is unknown color: approx Medium Blue. HEX triplet: 23, 07 and D3. RGB value is (35,7,211). Sum of RGB (Red+Green+Blue) = 35+7+211=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 211 (82.81% from 255 or 83.40% from 253); Max value from RGB is 211 - color contains mainly: blue. Hex color #2307D3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2307D3 is #DCF82C. Grayscale: #252525. Windows color (decimal): -14481453 or 13829923. OLE color: 13829923.

HSL color Cylindrical-coordinate representation of color #2307D3: hue angle of 248.24º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2307D3 is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB357211-
CMYK0.830.9700.17
HSL248.24º93.58%42.75%-
HSV(B)248.24º96.68%82.75%-
XYZ12.535.2161.97-
YUV38.63225.28125.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.83%
GREEN value IS 7 (3.12% from 255) = 2.77%
BLUE value IS 211 (82.81% from 255) = 83.40%
R=13.83%
G=2.77%
B=83.40%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal3572110.830.9700.17248.2493.5842.75
Hex237D35361011f85e2b
Octal43732312314102137013653
Binary1000111111101001110100111100001010001111110001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2307D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2307D3; }

 p { color: rgb(35,7,211); }

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

<style>
 a { background-color: #2307D3; }

 a { background-color: rgb(35,7,211); }

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

<style>
 span { border-color: #2307D3; }

 span { border-color: rgb(35,7,211); }

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