Html Css Color HEX #3000BE Medium Blue

📋 copy color: '#3000BE'

red 48 ◦ green 0 ◦ blue 190

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

Shades of Medium Blue #3000BE

Tints of Medium Blue #3000BE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 20.17%
G = 0%
B = 79.83%

CMYK

 C value IS 0.75

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3000BE (or 0x3000BE) is known color: Medium Blue. HEX triplet: 30, 00 and BE. RGB value is (48,0,190). Sum of RGB (Red+Green+Blue) = 48+0+190=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 190 (74.61% from 255 or 79.83% from 238); Max value from RGB is 190 - color contains mainly: blue. Hex color #3000BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3000BE is #CFFF41. Grayscale: #232323. Windows color (decimal): -13631298 or 12451888. OLE color: 12451888.

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

Color convert

RGB 48 0 190 -
CMYK 0.75 1 0 0.25
HSL 255.16º 1% 0.37% -
HSV(B) 255.16º 1% 0.75% -
XYZ 10.51 4.35 49 -
YUV 36.01 214.9 136.55 -
System Red Green Blue C M Y K H S L
Decimal 48 0 190 0.75 1 0 0.25 255.16 1 0.37
Hex 30 0 BE 4B 64 0 19 FF 64 25
Octal 60 0 276 113 144 0 31 377 144 45
Binary 110000 0 10111110 1001011 1100100 0 11001 11111111 1100100 100101

Color Harmonies of #3000BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3000BE

Black with #3000BE

Text Example


Text Example

White with #3000BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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