Html Css Color HEX #3000BF Medium Blue

📋 copy color: '#3000BF'

red 48 ◦ green 0 ◦ blue 191

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

Shades of Medium Blue #3000BF

Tints of Medium Blue #3000BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 79.92%

R = 20.08%
G = 0%
B = 79.92%

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

#3000BF (or 0x3000BF) is known color: Medium Blue. HEX triplet: 30, 00 and BF. RGB value is (48,0,191). Sum of RGB (Red+Green+Blue) = 48+0+191=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 191 (75% from 255 or 79.92% from 239); Max value from RGB is 191 - color contains mainly: blue. Hex color #3000BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3000BF is #CFFF40. Grayscale: #232323. Windows color (decimal): -13631297 or 12517424. OLE color: 12517424.

HSL color Cylindrical-coordinate representation of color #3000BF: hue angle of 255.08º 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 #3000BF is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 0 191 -
CMYK 0.75 1 0 0.25
HSL 255.08º 1% 0.37% -
HSV(B) 255.08º 1% 0.75% -
XYZ 10.62 4.39 49.58 -
YUV 36.13 215.4 136.47 -
System Red Green Blue C M Y K H S L
Decimal 48 0 191 0.75 1 0 0.25 255.08 1 0.37
Hex 30 0 BF 4B 64 0 19 FF 64 25
Octal 60 0 277 113 144 0 31 377 144 45
Binary 110000 0 10111111 1001011 1100100 0 11001 11111111 1100100 100101

Color Harmonies of #3000BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3000BF

Black with #3000BF

Text Example


Text Example

White with #3000BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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