Html Css Color HEX #2B0CC0 Medium Blue

📋 copy color: '#2B0CC0'

red 43 ◦ green 12 ◦ blue 192

#2B0CC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #2B0CC0

Tints of Medium Blue #2B0CC0

RGB

 RED value IS 43 (17.19% from 255) = 17.41%

 GREEN value IS 12 (5.08% from 255) = 4.86%

 BLUE value IS 192 (75.39% from 255) = 77.73%

R = 17.41%
G = 4.86%
B = 77.73%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B0CC0 (or 0x2B0CC0) is known color: Medium Blue. HEX triplet: 2B, 0C and C0. RGB value is (43,12,192). Sum of RGB (Red+Green+Blue) = 43+12+192=247 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.41% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 192 (75.39% from 255 or 77.73% from 247); Max value from RGB is 192 - color contains mainly: blue. Hex color #2B0CC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0CC0 is #D4F33F. Grayscale: #292929. Windows color (decimal): -13955904 or 12586027. OLE color: 12586027.

HSL color Cylindrical-coordinate representation of color #2B0CC0: hue angle of 250.33º 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 #2B0CC0 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 12 192 -
CMYK 0.78 0.94 0 0.25
HSL 250.33º 0.88% 0.4% -
HSV(B) 250.33º 0.94% 0.75% -
XYZ 10.64 4.58 50.19 -
YUV 41.79 212.77 128.86 -
System Red Green Blue C M Y K H S L
Decimal 43 12 192 0.78 0.94 0 0.25 250.33 0.88 0.4
Hex 2B C C0 4E 5E 0 19 FA 58 28
Octal 53 14 300 116 136 0 31 372 130 50
Binary 101011 1100 11000000 1001110 1011110 0 11001 11111010 1011000 101000

Color Harmonies of #2B0CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0CC0

Black with #2B0CC0

Text Example


Text Example

White with #2B0CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,12,192); }

 H1.HeaderClassName
 {
   color: #2B0CC0;
 }
 .AnyTagClassName
 {
   color: #2B0CC0;
 }
</style>

background-color css

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

 a { background-color: rgb(43,12,192); }

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

border-color css

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

 span { border-color: rgb(43,12,192); }

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