Html Css Color HEX #0326DB Medium Blue

📋 copy color: '#0326DB'

red 3 ◦ green 38 ◦ blue 219

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

Shades of Medium Blue #0326DB

Tints of Medium Blue #0326DB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.62%

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

R = 1.15%
G = 14.62%
B = 84.23%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0326DB (or 0x0326DB) is known color: Medium Blue. HEX triplet: 03, 26 and DB. RGB value is (3,38,219). Sum of RGB (Red+Green+Blue) = 3+38+219=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 219 (85.94% from 255 or 84.23% from 260); Max value from RGB is 219 - color contains mainly: blue. Hex color #0326DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0326DB is #FCD924. Grayscale: #2F2F2F. Windows color (decimal): -16570661 or 14362115. OLE color: 14362115.

HSL color Cylindrical-coordinate representation of color #0326DB: hue angle of 230.28º 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 #0326DB is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 38 219 -
CMYK 0.99 0.83 0 0.14
HSL 230.28º 0.97% 0.44% -
HSV(B) 230.28º 0.99% 0.86% -
XYZ 13.52 6.52 67.56 -
YUV 48.17 224.4 95.78 -
System Red Green Blue C M Y K H S L
Decimal 3 38 219 0.99 0.83 0 0.14 230.28 0.97 0.44
Hex 3 26 DB 63 53 0 E E6 61 2C
Octal 3 46 333 143 123 0 16 346 141 54
Binary 11 100110 11011011 1100011 1010011 0 1110 11100110 1100001 101100

Color Harmonies of #0326DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0326DB

Black with #0326DB

Text Example


Text Example

White with #0326DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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