#2309C3

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

Shades of Medium Blue #2309C3

Tints of Medium Blue #2309C3

Color information

#2309C3 (or 0x2309C3) is unknown color: approx Medium Blue. HEX triplet: 23, 09 and C3. RGB value is (35,9,195). Sum of RGB (Red+Green+Blue) = 35+9+195=239 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.64% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 195 (76.56% from 255 or 81.59% from 239); Max value from RGB is 195 - color contains mainly: blue. Hex color #2309C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2309C3 is #DCF63C. Grayscale: #252525. Windows color (decimal): -14480957 or 12781859. OLE color: 12781859.

HSL color Cylindrical-coordinate representation of color #2309C3: hue angle of 248.39º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2309C3 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB359195-
CMYK0.820.9500.24
HSL248.39º91.18%40%-
HSV(B)248.39º95.38%76.47%-
XYZ10.644.4951.94-
YUV37.98216.61125.88-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.64%
GREEN value IS 9 (3.91% from 255) = 3.77%
BLUE value IS 195 (76.56% from 255) = 81.59%
R=14.64%
G=3.77%
B=81.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal3591950.820.9500.24248.3991.1840
Hex239C3525F018f85b28
Octal431130312213703037013350
Binary10001110011100001110100101011111011000111110001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2309C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2309C3; }

 p { color: rgb(35,9,195); }

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

<style>
 a { background-color: #2309C3; }

 a { background-color: rgb(35,9,195); }

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

<style>
 span { border-color: #2309C3; }

 span { border-color: rgb(35,9,195); }

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