#2B13CA

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

Shades of Medium Blue #2B13CA

Tints of Medium Blue #2B13CA

Color information

#2B13CA (or 0x2B13CA) is unknown color: approx Medium Blue. HEX triplet: 2B, 13 and CA. RGB value is (43,19,202). Sum of RGB (Red+Green+Blue) = 43+19+202=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 202 (79.30% from 255 or 76.52% from 264); Max value from RGB is 202 - color contains mainly: blue. Hex color #2B13CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B13CA is #D4EC35. Grayscale: #2E2E2E. Windows color (decimal): -13954102 or 13243179. OLE color: 13243179.

HSL color Cylindrical-coordinate representation of color #2B13CA: hue angle of 247.87º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B13CA is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4319202-
CMYK0.790.9100.21
HSL247.87º82.81%43.33%-
HSV(B)247.87º90.59%79.22%-
XYZ11.895.2456.26-
YUV47.04215.45125.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.29%
GREEN value IS 19 (7.81% from 255) = 7.20%
BLUE value IS 202 (79.30% from 255) = 76.52%
R=16.29%
G=7.20%
B=76.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal43192020.790.9100.21247.8782.8143.33
Hex2B13CA4F5B015f8532b
Octal532331211713302537012353
Binary101011100111100101010011111011011010101111110001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B13CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B13CA; }

 p { color: rgb(43,19,202); }

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

<style>
 a { background-color: #2B13CA; }

 a { background-color: rgb(43,19,202); }

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

<style>
 span { border-color: #2B13CA; }

 span { border-color: rgb(43,19,202); }

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