Html Css Color HEX #2B0BCC Medium Blue

📋 copy color: '#2B0BCC'

red 43 ◦ green 11 ◦ blue 204

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

Shades of Medium Blue #2B0BCC

Tints of Medium Blue #2B0BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.26%

 BLUE value IS 204 (80.08% from 255) = 79.07%

R = 16.67%
G = 4.26%
B = 79.07%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2B0BCC (or 0x2B0BCC) is known color: Medium Blue. HEX triplet: 2B, 0B and CC. RGB value is (43,11,204). Sum of RGB (Red+Green+Blue) = 43+11+204=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 204 (80.08% from 255 or 79.07% from 258); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B0BCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0BCC is #D4F433. Grayscale: #292929. Windows color (decimal): -13956148 or 13372203. OLE color: 13372203.

HSL color Cylindrical-coordinate representation of color #2B0BCC: hue angle of 249.95º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0BCC is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 43 11 204 -
CMYK 0.79 0.95 0 0.2
HSL 249.95º 0.9% 0.42% -
HSV(B) 249.95º 0.95% 0.8% -
XYZ 12.02 5.11 57.48 -
YUV 42.57 219.1 128.31 -
System Red Green Blue C M Y K H S L
Decimal 43 11 204 0.79 0.95 0 0.2 249.95 0.9 0.42
Hex 2B B CC 4F 5F 0 14 FA 5A 2A
Octal 53 13 314 117 137 0 24 372 132 52
Binary 101011 1011 11001100 1001111 1011111 0 10100 11111010 1011010 101010

Color Harmonies of #2B0BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0BCC

Black with #2B0BCC

Text Example


Text Example

White with #2B0BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,11,204); }

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

background-color css

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

 a { background-color: rgb(43,11,204); }

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

border-color css

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

 span { border-color: rgb(43,11,204); }

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