Html Css Color HEX #0348DC Navy Blue

📋 copy color: '#0348DC'

red 3 ◦ green 72 ◦ blue 220

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

Shades of Navy Blue #0348DC

Tints of Navy Blue #0348DC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.41%

 BLUE value IS 220 (86.33% from 255) = 74.58%

R = 1.02%
G = 24.41%
B = 74.58%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0348DC (or 0x0348DC) is known color: Navy Blue. HEX triplet: 03, 48 and DC. RGB value is (3,72,220). Sum of RGB (Red+Green+Blue) = 3+72+220=295 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 220 (86.33% from 255 or 74.58% from 295); Max value from RGB is 220 - color contains mainly: blue. Hex color #0348DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0348DC is #FCB723. Grayscale: #434343. Windows color (decimal): -16561956 or 14436355. OLE color: 14436355.

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

Color convert

RGB 3 72 220 -
CMYK 0.99 0.67 0 0.14
HSL 220.92º 0.97% 0.44% -
HSV(B) 220.92º 0.99% 0.86% -
XYZ 15.27 9.82 68.8 -
YUV 68.24 213.64 81.47 -
System Red Green Blue C M Y K H S L
Decimal 3 72 220 0.99 0.67 0 0.14 220.92 0.97 0.44
Hex 3 48 DC 63 43 0 E DD 61 2C
Octal 3 110 334 143 103 0 16 335 141 54
Binary 11 1001000 11011100 1100011 1000011 0 1110 11011101 1100001 101100

Color Harmonies of #0348DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0348DC

Black with #0348DC

Text Example


Text Example

White with #0348DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0348DC; }

 p { color: rgb(3,72,220); }

 H1.HeaderClassName
 {
   color: #0348DC;
 }
 .AnyTagClassName
 {
   color: #0348DC;
 }
</style>

background-color css

<style>
 a { background-color: #0348DC; }

 a { background-color: rgb(3,72,220); }

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

border-color css

<style>
 span { border-color: #0348DC; }

 span { border-color: rgb(3,72,220); }

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