Html Css Color HEX #3001BE Medium Blue

📋 copy color: '#3001BE'

red 48 ◦ green 1 ◦ blue 190

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

Shades of Medium Blue #3001BE

Tints of Medium Blue #3001BE

RGB

 RED value IS 48 (19.14% from 255) = 20.08%

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 20.08%
G = 0.42%
B = 79.5%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3001BE (or 0x3001BE) is known color: Medium Blue. HEX triplet: 30, 01 and BE. RGB value is (48,1,190). Sum of RGB (Red+Green+Blue) = 48+1+190=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 190 (74.61% from 255 or 79.50% from 239); Max value from RGB is 190 - color contains mainly: blue. Hex color #3001BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3001BE is #CFFE41. Grayscale: #232323. Windows color (decimal): -13631042 or 12452144. OLE color: 12452144.

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

Color convert

RGB 48 1 190 -
CMYK 0.75 0.99 0 0.25
HSL 254.92º 0.99% 0.37% -
HSV(B) 254.92º 0.99% 0.75% -
XYZ 10.52 4.37 49 -
YUV 36.6 214.57 136.13 -
System Red Green Blue C M Y K H S L
Decimal 48 1 190 0.75 0.99 0 0.25 254.92 0.99 0.37
Hex 30 1 BE 4B 63 0 19 FF 63 25
Octal 60 1 276 113 143 0 31 377 143 45
Binary 110000 1 10111110 1001011 1100011 0 11001 11111111 1100011 100101

Color Harmonies of #3001BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3001BE

Black with #3001BE

Text Example


Text Example

White with #3001BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3001BE; }

 p { color: rgb(48,1,190); }

 H1.HeaderClassName
 {
   color: #3001BE;
 }
 .AnyTagClassName
 {
   color: #3001BE;
 }
</style>

background-color css

<style>
 a { background-color: #3001BE; }

 a { background-color: rgb(48,1,190); }

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

border-color css

<style>
 span { border-color: #3001BE; }

 span { border-color: rgb(48,1,190); }

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