Html Css Color HEX #0325E0 Medium Blue

📋 copy color: '#0325E0'

red 3 ◦ green 37 ◦ blue 224

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

Shades of Medium Blue #0325E0

Tints of Medium Blue #0325E0

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.02%

 BLUE value IS 224 (87.89% from 255) = 84.85%

R = 1.14%
G = 14.02%
B = 84.85%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0325E0 (or 0x0325E0) is known color: Medium Blue. HEX triplet: 03, 25 and E0. RGB value is (3,37,224). Sum of RGB (Red+Green+Blue) = 3+37+224=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 224 (87.89% from 255 or 84.85% from 264); Max value from RGB is 224 - color contains mainly: blue. Hex color #0325E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0325E0 is #FCDA1F. Grayscale: #2F2F2F. Windows color (decimal): -16570912 or 14689539. OLE color: 14689539.

HSL color Cylindrical-coordinate representation of color #0325E0: hue angle of 230.77º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0325E0 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 3 37 224 -
CMYK 0.99 0.83 0 0.12
HSL 230.77º 0.97% 0.45% -
HSV(B) 230.77º 0.99% 0.88% -
XYZ 14.15 6.72 71.07 -
YUV 48.15 227.24 95.79 -
System Red Green Blue C M Y K H S L
Decimal 3 37 224 0.99 0.83 0 0.12 230.77 0.97 0.45
Hex 3 25 E0 63 53 0 C E7 61 2D
Octal 3 45 340 143 123 0 14 347 141 55
Binary 11 100101 11100000 1100011 1010011 0 1100 11100111 1100001 101101

Color Harmonies of #0325E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0325E0

Black with #0325E0

Text Example


Text Example

White with #0325E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0325E0; }

 p { color: rgb(3,37,224); }

 H1.HeaderClassName
 {
   color: #0325E0;
 }
 .AnyTagClassName
 {
   color: #0325E0;
 }
</style>

background-color css

<style>
 a { background-color: #0325E0; }

 a { background-color: rgb(3,37,224); }

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

border-color css

<style>
 span { border-color: #0325E0; }

 span { border-color: rgb(3,37,224); }

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