Html Css Color HEX #3000BB Medium Blue

📋 copy color: '#3000BB'

red 48 ◦ green 0 ◦ blue 187

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

Shades of Medium Blue #3000BB

Tints of Medium Blue #3000BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 79.57%

R = 20.43%
G = 0%
B = 79.57%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3000BB (or 0x3000BB) is known color: Medium Blue. HEX triplet: 30, 00 and BB. RGB value is (48,0,187). Sum of RGB (Red+Green+Blue) = 48+0+187=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 187 (73.44% from 255 or 79.57% from 235); Max value from RGB is 187 - color contains mainly: blue. Hex color #3000BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3000BB is #CFFF44. Grayscale: #222222. Windows color (decimal): -13631301 or 12255280. OLE color: 12255280.

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

Color convert

RGB 48 0 187 -
CMYK 0.74 1 0 0.27
HSL 255.4º 1% 0.37% -
HSV(B) 255.4º 1% 0.73% -
XYZ 10.19 4.22 47.29 -
YUV 35.67 213.4 136.79 -
System Red Green Blue C M Y K H S L
Decimal 48 0 187 0.74 1 0 0.27 255.4 1 0.37
Hex 30 0 BB 4A 64 0 1B FF 64 25
Octal 60 0 273 112 144 0 33 377 144 45
Binary 110000 0 10111011 1001010 1100100 0 11011 11111111 1100100 100101

Color Harmonies of #3000BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3000BB

Black with #3000BB

Text Example


Text Example

White with #3000BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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