Html Css Color HEX #3003BC Medium Blue

📋 copy color: '#3003BC'

red 48 ◦ green 3 ◦ blue 188

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

Shades of Medium Blue #3003BC

Tints of Medium Blue #3003BC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

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

R = 20.08%
G = 1.26%
B = 78.66%

CMYK

 C value IS 0.74

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3003BC (or 0x3003BC) is known color: Medium Blue. HEX triplet: 30, 03 and BC. RGB value is (48,3,188). Sum of RGB (Red+Green+Blue) = 48+3+188=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 188 (73.83% from 255 or 78.66% from 239); Max value from RGB is 188 - color contains mainly: blue. Hex color #3003BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3003BC is #CFFC43. Grayscale: #242424. Windows color (decimal): -13630532 or 12321584. OLE color: 12321584.

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

Color convert

RGB 48 3 188 -
CMYK 0.74 0.98 0 0.26
HSL 254.59º 0.97% 0.37% -
HSV(B) 254.59º 0.98% 0.74% -
XYZ 10.33 4.32 47.87 -
YUV 37.55 212.91 135.46 -
System Red Green Blue C M Y K H S L
Decimal 48 3 188 0.74 0.98 0 0.26 254.59 0.97 0.37
Hex 30 3 BC 4A 62 0 1A FF 61 25
Octal 60 3 274 112 142 0 32 377 141 45
Binary 110000 11 10111100 1001010 1100010 0 11010 11111111 1100001 100101

Color Harmonies of #3003BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3003BC

Black with #3003BC

Text Example


Text Example

White with #3003BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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