#230CBE

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

Shades of Medium Blue #230CBE

Tints of Medium Blue #230CBE

Color information

#230CBE (or 0x230CBE) is unknown color: approx Medium Blue. HEX triplet: 23, 0C and BE. RGB value is (35,12,190). Sum of RGB (Red+Green+Blue) = 35+12+190=237 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.77% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 190 (74.61% from 255 or 80.17% from 237); Max value from RGB is 190 - color contains mainly: blue. Hex color #230CBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230CBE is #DCF341. Grayscale: #262626. Windows color (decimal): -14480194 or 12454947. OLE color: 12454947.

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

Color convert

RGB3512190-
CMYK0.820.9400.25
HSL247.75º88.12%39.61%-
HSV(B)247.75º93.68%74.51%-
XYZ10.124.3449.02-
YUV39.17213.12125.03-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.77%
GREEN value IS 12 (5.08% from 255) = 5.06%
BLUE value IS 190 (74.61% from 255) = 80.17%
R=14.77%
G=5.06%
B=80.17%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal35121900.820.9400.25247.7588.1239.61
Hex23CBE525E019f85828
Octal431427612213603137013050
Binary10001111001011111010100101011110011001111110001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,12,190); }

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

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

 a { background-color: rgb(35,12,190); }

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

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

 span { border-color: rgb(35,12,190); }

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