Html Css Color HEX #2B02BE Medium Blue

📋 copy color: '#2B02BE'

red 43 ◦ green 2 ◦ blue 190

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

Shades of Medium Blue #2B02BE

Tints of Medium Blue #2B02BE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

 BLUE value IS 190 (74.61% from 255) = 80.85%

R = 18.3%
G = 0.85%
B = 80.85%

CMYK

 C value IS 0.77

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B02BE (or 0x2B02BE) is known color: Medium Blue. HEX triplet: 2B, 02 and BE. RGB value is (43,2,190). Sum of RGB (Red+Green+Blue) = 43+2+190=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 190 (74.61% from 255 or 80.85% from 235); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B02BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B02BE is #D4FD41. Grayscale: #222222. Windows color (decimal): -13958466 or 12452395. OLE color: 12452395.

HSL color Cylindrical-coordinate representation of color #2B02BE: hue angle of 253.09º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B02BE is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 2 190 -
CMYK 0.77 0.99 0 0.25
HSL 253.09º 0.98% 0.38% -
HSV(B) 253.09º 0.99% 0.75% -
XYZ 10.31 4.27 49 -
YUV 35.69 215.08 133.21 -
System Red Green Blue C M Y K H S L
Decimal 43 2 190 0.77 0.99 0 0.25 253.09 0.98 0.38
Hex 2B 2 BE 4D 63 0 19 FD 62 26
Octal 53 2 276 115 143 0 31 375 142 46
Binary 101011 10 10111110 1001101 1100011 0 11001 11111101 1100010 100110

Color Harmonies of #2B02BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B02BE

Black with #2B02BE

Text Example


Text Example

White with #2B02BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,2,190); }

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

background-color css

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

 a { background-color: rgb(43,2,190); }

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

border-color css

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

 span { border-color: rgb(43,2,190); }

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