#230CCA

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

Shades of Medium Blue #230CCA

Tints of Medium Blue #230CCA

Color information

#230CCA (or 0x230CCA) is unknown color: approx Medium Blue. HEX triplet: 23, 0C and CA. RGB value is (35,12,202). Sum of RGB (Red+Green+Blue) = 35+12+202=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 202 (79.30% from 255 or 81.12% from 249); Max value from RGB is 202 - color contains mainly: blue. Hex color #230CCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230CCA is #DCF335. Grayscale: #272727. Windows color (decimal): -14480182 or 13241379. OLE color: 13241379.

HSL color Cylindrical-coordinate representation of color #230CCA: hue angle of 247.26º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230CCA is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3512202-
CMYK0.830.9400.21
HSL247.26º88.79%41.96%-
HSV(B)247.26º94.06%79.22%-
XYZ11.494.8856.21-
YUV40.54219.12124.05-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.06%
GREEN value IS 12 (5.08% from 255) = 4.82%
BLUE value IS 202 (79.30% from 255) = 81.12%
R=14.06%
G=4.82%
B=81.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal35122020.830.9400.21247.2688.7941.96
Hex23CCA535E015f7592a
Octal431431212313602536713152
Binary10001111001100101010100111011110010101111101111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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