Html Css Color HEX #3001CD Medium Blue

📋 copy color: '#3001CD'

red 48 ◦ green 1 ◦ blue 205

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

Shades of Medium Blue #3001CD

Tints of Medium Blue #3001CD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 205 (80.47% from 255) = 80.71%

R = 18.9%
G = 0.39%
B = 80.71%

CMYK

 C value IS 0.77

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3001CD (or 0x3001CD) is known color: Medium Blue. HEX triplet: 30, 01 and CD. RGB value is (48,1,205). Sum of RGB (Red+Green+Blue) = 48+1+205=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 205 (80.47% from 255 or 80.71% from 254); Max value from RGB is 205 - color contains mainly: blue. Hex color #3001CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3001CD is #CFFE32. Grayscale: #252525. Windows color (decimal): -13631027 or 13435184. OLE color: 13435184.

HSL color Cylindrical-coordinate representation of color #3001CD: hue angle of 253.82º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3001CD is Cyan = 0.77, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 1 205 -
CMYK 0.77 1.00 0 0.20
HSL 253.82º 0.99% 0.4% -
HSV(B) 253.82º 1% 0.8% -
XYZ 12.25 5.06 58.09 -
YUV 38.31 222.07 134.91 -
System Red Green Blue C M Y K H S L
Decimal 48 1 205 0.77 1.00 0 0.20 253.82 0.99 0.4
Hex 30 1 CD 4D 64 0 14 FE 63 28
Octal 60 1 315 115 144 0 24 376 143 50
Binary 110000 1 11001101 1001101 1100100 0 10100 11111110 1100011 101000

Color Harmonies of #3001CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3001CD

Black with #3001CD

Text Example


Text Example

White with #3001CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3001CD; }

 p { color: rgb(48,1,205); }

 H1.HeaderClassName
 {
   color: #3001CD;
 }
 .AnyTagClassName
 {
   color: #3001CD;
 }
</style>

background-color css

<style>
 a { background-color: #3001CD; }

 a { background-color: rgb(48,1,205); }

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

border-color css

<style>
 span { border-color: #3001CD; }

 span { border-color: rgb(48,1,205); }

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