#230BC3

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

Shades of Medium Blue #230BC3

Tints of Medium Blue #230BC3

Color information

#230BC3 (or 0x230BC3) is unknown color: approx Medium Blue. HEX triplet: 23, 0B and C3. RGB value is (35,11,195). Sum of RGB (Red+Green+Blue) = 35+11+195=241 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.52% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 195 (76.56% from 255 or 80.91% from 241); Max value from RGB is 195 - color contains mainly: blue. Hex color #230BC3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230BC3 is #DCF43C. Grayscale: #262626. Windows color (decimal): -14480445 or 12782371. OLE color: 12782371.

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

Color convert

RGB3511195-
CMYK0.820.9400.24
HSL247.83º89.32%40.39%-
HSV(B)247.83º94.36%76.47%-
XYZ10.664.5451.94-
YUV39.15215.95125.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.52%
GREEN value IS 11 (4.69% from 255) = 4.56%
BLUE value IS 195 (76.56% from 255) = 80.91%
R=14.52%
G=4.56%
B=80.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal35111950.820.9400.24247.8389.3240.39
Hex23BC3525E018f85928
Octal431330312213603037013150
Binary10001110111100001110100101011110011000111110001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230BC3; }

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

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

<style>
 a { background-color: #230BC3; }

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

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

<style>
 span { border-color: #230BC3; }

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

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