Html Css Color HEX #3005BC Medium Blue

📋 copy color: '#3005BC'

red 48 ◦ green 5 ◦ blue 188

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

Shades of Medium Blue #3005BC

Tints of Medium Blue #3005BC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

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

R = 19.92%
G = 2.07%
B = 78.01%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3005BC (or 0x3005BC) is known color: Medium Blue. HEX triplet: 30, 05 and BC. RGB value is (48,5,188). Sum of RGB (Red+Green+Blue) = 48+5+188=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 188 (73.83% from 255 or 78.01% from 241); Max value from RGB is 188 - color contains mainly: blue. Hex color #3005BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3005BC is #CFFA43. Grayscale: #262626. Windows color (decimal): -13630020 or 12322096. OLE color: 12322096.

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

Color convert

RGB 48 5 188 -
CMYK 0.74 0.97 0 0.26
HSL 254.1º 0.95% 0.38% -
HSV(B) 254.1º 0.97% 0.74% -
XYZ 10.35 4.37 47.87 -
YUV 38.72 212.25 134.62 -
System Red Green Blue C M Y K H S L
Decimal 48 5 188 0.74 0.97 0 0.26 254.1 0.95 0.38
Hex 30 5 BC 4A 61 0 1A FE 5F 26
Octal 60 5 274 112 141 0 32 376 137 46
Binary 110000 101 10111100 1001010 1100001 0 11010 11111110 1011111 100110

Color Harmonies of #3005BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3005BC

Black with #3005BC

Text Example


Text Example

White with #3005BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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