Html Css Color HEX #3000CD Medium Blue

📋 copy color: '#3000CD'

red 48 ◦ green 0 ◦ blue 205

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

Shades of Medium Blue #3000CD

Tints of Medium Blue #3000CD

RGB

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

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

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

R = 18.97%
G = 0%
B = 81.03%

CMYK

 C value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3000CD (or 0x3000CD) is known color: Medium Blue. HEX triplet: 30, 00 and CD. RGB value is (48,0,205). Sum of RGB (Red+Green+Blue) = 48+0+205=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 205 (80.47% from 255 or 81.03% from 253); Max value from RGB is 205 - color contains mainly: blue. Hex color #3000CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3000CD is #CFFF32. Grayscale: #242424. Windows color (decimal): -13631283 or 13434928. OLE color: 13434928.

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

Color convert

RGB 48 0 205 -
CMYK 0.77 1 0 0.20
HSL 254.05º 1% 0.4% -
HSV(B) 254.05º 1% 0.8% -
XYZ 12.24 5.04 58.08 -
YUV 37.72 222.4 135.33 -
System Red Green Blue C M Y K H S L
Decimal 48 0 205 0.77 1 0 0.20 254.05 1 0.4
Hex 30 0 CD 4D 64 0 14 FE 64 28
Octal 60 0 315 115 144 0 24 376 144 50
Binary 110000 0 11001101 1001101 1100100 0 10100 11111110 1100100 101000

Color Harmonies of #3000CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3000CD

Black with #3000CD

Text Example


Text Example

White with #3000CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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