Html Css Color HEX #2B0CBB Medium Blue

📋 copy color: '#2B0CBB'

red 43 ◦ green 12 ◦ blue 187

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

Shades of Medium Blue #2B0CBB

Tints of Medium Blue #2B0CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 77.27%

R = 17.77%
G = 4.96%
B = 77.27%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B0CBB (or 0x2B0CBB) is known color: Medium Blue. HEX triplet: 2B, 0C and BB. RGB value is (43,12,187). Sum of RGB (Red+Green+Blue) = 43+12+187=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 187 (73.44% from 255 or 77.27% from 242); Max value from RGB is 187 - color contains mainly: blue. Hex color #2B0CBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0CBB is #D4F344. Grayscale: #282828. Windows color (decimal): -13955909 or 12258347. OLE color: 12258347.

HSL color Cylindrical-coordinate representation of color #2B0CBB: hue angle of 250.63º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B0CBB is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 12 187 -
CMYK 0.77 0.94 0 0.27
HSL 250.63º 0.88% 0.39% -
HSV(B) 250.63º 0.94% 0.73% -
XYZ 10.1 4.36 47.32 -
YUV 41.22 210.27 129.27 -
System Red Green Blue C M Y K H S L
Decimal 43 12 187 0.77 0.94 0 0.27 250.63 0.88 0.39
Hex 2B C BB 4D 5E 0 1B FB 58 27
Octal 53 14 273 115 136 0 33 373 130 47
Binary 101011 1100 10111011 1001101 1011110 0 11011 11111011 1011000 100111

Color Harmonies of #2B0CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0CBB

Black with #2B0CBB

Text Example


Text Example

White with #2B0CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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