Html Css Color HEX #0321D7 Medium Blue

📋 copy color: '#0321D7'

red 3 ◦ green 33 ◦ blue 215

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

Shades of Medium Blue #0321D7

Tints of Medium Blue #0321D7

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.15%

 BLUE value IS 215 (84.38% from 255) = 85.66%

R = 1.2%
G = 13.15%
B = 85.66%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0321D7 (or 0x0321D7) is known color: Medium Blue. HEX triplet: 03, 21 and D7. RGB value is (3,33,215). Sum of RGB (Red+Green+Blue) = 3+33+215=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 215 (84.38% from 255 or 85.66% from 251); Max value from RGB is 215 - color contains mainly: blue. Hex color #0321D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0321D7 is #FCDE28. Grayscale: #2C2C2C. Windows color (decimal): -16571945 or 14098691. OLE color: 14098691.

HSL color Cylindrical-coordinate representation of color #0321D7: hue angle of 231.51º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0321D7 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 3 33 215 -
CMYK 0.99 0.85 0 0.16
HSL 231.51º 0.97% 0.43% -
HSV(B) 231.51º 0.99% 0.84% -
XYZ 12.85 6.01 64.77 -
YUV 44.78 224.06 98.2 -
System Red Green Blue C M Y K H S L
Decimal 3 33 215 0.99 0.85 0 0.16 231.51 0.97 0.43
Hex 3 21 D7 63 55 0 10 E8 61 2B
Octal 3 41 327 143 125 0 20 350 141 53
Binary 11 100001 11010111 1100011 1010101 0 10000 11101000 1100001 101011

Color Harmonies of #0321D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0321D7

Black with #0321D7

Text Example


Text Example

White with #0321D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0321D7; }

 p { color: rgb(3,33,215); }

 H1.HeaderClassName
 {
   color: #0321D7;
 }
 .AnyTagClassName
 {
   color: #0321D7;
 }
</style>

background-color css

<style>
 a { background-color: #0321D7; }

 a { background-color: rgb(3,33,215); }

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

border-color css

<style>
 span { border-color: #0321D7; }

 span { border-color: rgb(3,33,215); }

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