Html Css Color HEX #0304CA Medium Blue

📋 copy color: '#0304CA'

red 3 ◦ green 4 ◦ blue 202

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

Shades of Medium Blue #0304CA

Tints of Medium Blue #0304CA

RGB

 RED value IS 3 (1.56% from 255) = 1.44%

 GREEN value IS 4 (1.95% from 255) = 1.91%

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

R = 1.44%
G = 1.91%
B = 96.65%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0304CA (or 0x0304CA) is known color: Medium Blue. HEX triplet: 03, 04 and CA. RGB value is (3,4,202). Sum of RGB (Red+Green+Blue) = 3+4+202=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 202 (79.30% from 255 or 96.65% from 209); Max value from RGB is 202 - color contains mainly: blue. Hex color #0304CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0304CA is #FCFB35. Grayscale: #191919. Windows color (decimal): -16579382 or 13239299. OLE color: 13239299.

HSL color Cylindrical-coordinate representation of color #0304CA: hue angle of 239.7º degrees, saturation: 0.97, 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 #0304CA is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 4 202 -
CMYK 0.99 0.98 0 0.21
HSL 239.7º 0.97% 0.4% -
HSV(B) 239.7º 0.99% 0.79% -
XYZ 10.74 4.37 56.15 -
YUV 26.27 227.17 111.4 -
System Red Green Blue C M Y K H S L
Decimal 3 4 202 0.99 0.98 0 0.21 239.7 0.97 0.4
Hex 3 4 CA 63 62 0 15 F0 61 28
Octal 3 4 312 143 142 0 25 360 141 50
Binary 11 100 11001010 1100011 1100010 0 10101 11110000 1100001 101000

Color Harmonies of #0304CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0304CA

Black with #0304CA

Text Example


Text Example

White with #0304CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,4,202); }

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

background-color css

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

 a { background-color: rgb(3,4,202); }

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

border-color css

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

 span { border-color: rgb(3,4,202); }

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