Html Css Color HEX #3000CA Medium Blue

📋 copy color: '#3000CA'

red 48 ◦ green 0 ◦ blue 202

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

Shades of Medium Blue #3000CA

Tints of Medium Blue #3000CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 80.8%

R = 19.2%
G = 0%
B = 80.8%

CMYK

 C value IS 0.76

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3000CA (or 0x3000CA) is known color: Medium Blue. HEX triplet: 30, 00 and CA. RGB value is (48,0,202). Sum of RGB (Red+Green+Blue) = 48+0+202=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 202 (79.30% from 255 or 80.8% from 250); Max value from RGB is 202 - color contains mainly: blue. Hex color #3000CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3000CA is #CFFF35. Grayscale: #242424. Windows color (decimal): -13631286 or 13238320. OLE color: 13238320.

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

Color convert

RGB 48 0 202 -
CMYK 0.76 1 0 0.21
HSL 254.26º 1% 0.4% -
HSV(B) 254.26º 1% 0.79% -
XYZ 11.88 4.89 56.2 -
YUV 37.38 220.9 135.57 -
System Red Green Blue C M Y K H S L
Decimal 48 0 202 0.76 1 0 0.21 254.26 1 0.4
Hex 30 0 CA 4C 64 0 15 FE 64 28
Octal 60 0 312 114 144 0 25 376 144 50
Binary 110000 0 11001010 1001100 1100100 0 10101 11111110 1100100 101000

Color Harmonies of #3000CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3000CA

Black with #3000CA

Text Example


Text Example

White with #3000CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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