Html Css Color HEX #3002CA Medium Blue

📋 copy color: '#3002CA'

red 48 ◦ green 2 ◦ blue 202

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

Shades of Medium Blue #3002CA

Tints of Medium Blue #3002CA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 19.05%
G = 0.79%
B = 80.16%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3002CA (or 0x3002CA) is known color: Medium Blue. HEX triplet: 30, 02 and CA. RGB value is (48,2,202). Sum of RGB (Red+Green+Blue) = 48+2+202=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 202 (79.30% from 255 or 80.16% from 252); Max value from RGB is 202 - color contains mainly: blue. Hex color #3002CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3002CA is #CFFD35. Grayscale: #252525. Windows color (decimal): -13630774 or 13238832. OLE color: 13238832.

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

Color convert

RGB 48 2 202 -
CMYK 0.76 0.99 0 0.21
HSL 253.8º 0.98% 0.4% -
HSV(B) 253.8º 0.99% 0.79% -
XYZ 11.9 4.94 56.2 -
YUV 38.55 220.24 134.74 -
System Red Green Blue C M Y K H S L
Decimal 48 2 202 0.76 0.99 0 0.21 253.8 0.98 0.4
Hex 30 2 CA 4C 63 0 15 FE 62 28
Octal 60 2 312 114 143 0 25 376 142 50
Binary 110000 10 11001010 1001100 1100011 0 10101 11111110 1100010 101000

Color Harmonies of #3002CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3002CA

Black with #3002CA

Text Example


Text Example

White with #3002CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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