Html Css Color HEX #3000BC Medium Blue

📋 copy color: '#3000BC'

red 48 ◦ green 0 ◦ blue 188

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

Shades of Medium Blue #3000BC

Tints of Medium Blue #3000BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 79.66%

R = 20.34%
G = 0%
B = 79.66%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3000BC (or 0x3000BC) is known color: Medium Blue. HEX triplet: 30, 00 and BC. RGB value is (48,0,188). Sum of RGB (Red+Green+Blue) = 48+0+188=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 188 (73.83% from 255 or 79.66% from 236); Max value from RGB is 188 - color contains mainly: blue. Hex color #3000BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3000BC is #CFFF43. Grayscale: #232323. Windows color (decimal): -13631300 or 12320816. OLE color: 12320816.

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

Color convert

RGB 48 0 188 -
CMYK 0.74 1 0 0.26
HSL 255.32º 1% 0.37% -
HSV(B) 255.32º 1% 0.74% -
XYZ 10.3 4.26 47.86 -
YUV 35.78 213.9 136.71 -
System Red Green Blue C M Y K H S L
Decimal 48 0 188 0.74 1 0 0.26 255.32 1 0.37
Hex 30 0 BC 4A 64 0 1A FF 64 25
Octal 60 0 274 112 144 0 32 377 144 45
Binary 110000 0 10111100 1001010 1100100 0 11010 11111111 1100100 100101

Color Harmonies of #3000BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3000BC

Black with #3000BC

Text Example


Text Example

White with #3000BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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