Html Css Color HEX #0321DB Medium Blue

📋 copy color: '#0321DB'

red 3 ◦ green 33 ◦ blue 219

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

Shades of Medium Blue #0321DB

Tints of Medium Blue #0321DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 85.88%

R = 1.18%
G = 12.94%
B = 85.88%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0321DB (or 0x0321DB) is known color: Medium Blue. HEX triplet: 03, 21 and DB. RGB value is (3,33,219). Sum of RGB (Red+Green+Blue) = 3+33+219=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 219 (85.94% from 255 or 85.88% from 255); Max value from RGB is 219 - color contains mainly: blue. Hex color #0321DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0321DB is #FCDE24. Grayscale: #2C2C2C. Windows color (decimal): -16571941 or 14360835. OLE color: 14360835.

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

Color convert

RGB 3 33 219 -
CMYK 0.99 0.85 0 0.14
HSL 231.67º 0.97% 0.44% -
HSV(B) 231.67º 0.99% 0.86% -
XYZ 13.37 6.22 67.51 -
YUV 45.23 226.06 97.88 -
System Red Green Blue C M Y K H S L
Decimal 3 33 219 0.99 0.85 0 0.14 231.67 0.97 0.44
Hex 3 21 DB 63 55 0 E E8 61 2C
Octal 3 41 333 143 125 0 16 350 141 54
Binary 11 100001 11011011 1100011 1010101 0 1110 11101000 1100001 101100

Color Harmonies of #0321DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0321DB

Black with #0321DB

Text Example


Text Example

White with #0321DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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