Html Css Color HEX #0321DD Medium Blue

📋 copy color: '#0321DD'

red 3 ◦ green 33 ◦ blue 221

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

Shades of Medium Blue #0321DD

Tints of Medium Blue #0321DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 85.99%

R = 1.17%
G = 12.84%
B = 85.99%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0321DD (or 0x0321DD) is known color: Medium Blue. HEX triplet: 03, 21 and DD. RGB value is (3,33,221). Sum of RGB (Red+Green+Blue) = 3+33+221=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 221 (86.72% from 255 or 85.99% from 257); Max value from RGB is 221 - color contains mainly: blue. Hex color #0321DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0321DD is #FCDE22. Grayscale: #2C2C2C. Windows color (decimal): -16571939 or 14491907. OLE color: 14491907.

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

Color convert

RGB 3 33 221 -
CMYK 0.99 0.85 0 0.13
HSL 231.74º 0.97% 0.44% -
HSV(B) 231.74º 0.99% 0.87% -
XYZ 13.63 6.33 68.91 -
YUV 45.46 227.06 97.71 -
System Red Green Blue C M Y K H S L
Decimal 3 33 221 0.99 0.85 0 0.13 231.74 0.97 0.44
Hex 3 21 DD 63 55 0 D E8 61 2C
Octal 3 41 335 143 125 0 15 350 141 54
Binary 11 100001 11011101 1100011 1010101 0 1101 11101000 1100001 101100

Color Harmonies of #0321DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0321DD

Black with #0321DD

Text Example


Text Example

White with #0321DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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