Html Css Color HEX #0349CD Navy Blue

📋 copy color: '#0349CD'

red 3 ◦ green 73 ◦ blue 205

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

Shades of Navy Blue #0349CD

Tints of Navy Blue #0349CD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.98%

 BLUE value IS 205 (80.47% from 255) = 72.95%

R = 1.07%
G = 25.98%
B = 72.95%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0349CD (or 0x0349CD) is known color: Navy Blue. HEX triplet: 03, 49 and CD. RGB value is (3,73,205). Sum of RGB (Red+Green+Blue) = 3+73+205=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 205 (80.47% from 255 or 72.95% from 281); Max value from RGB is 205 - color contains mainly: blue. Hex color #0349CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0349CD is #FCB632. Grayscale: #424242. Windows color (decimal): -16561715 or 13453571. OLE color: 13453571.

HSL color Cylindrical-coordinate representation of color #0349CD: hue angle of 219.21º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0349CD is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 73 205 -
CMYK 0.99 0.64 0 0.20
HSL 219.21º 0.97% 0.41% -
HSV(B) 219.21º 0.99% 0.8% -
XYZ 13.44 9.19 58.82 -
YUV 67.12 205.81 82.27 -
System Red Green Blue C M Y K H S L
Decimal 3 73 205 0.99 0.64 0 0.20 219.21 0.97 0.41
Hex 3 49 CD 63 40 0 14 DB 61 29
Octal 3 111 315 143 100 0 24 333 141 51
Binary 11 1001001 11001101 1100011 1000000 0 10100 11011011 1100001 101001

Color Harmonies of #0349CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0349CD

Black with #0349CD

Text Example


Text Example

White with #0349CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0349CD; }

 p { color: rgb(3,73,205); }

 H1.HeaderClassName
 {
   color: #0349CD;
 }
 .AnyTagClassName
 {
   color: #0349CD;
 }
</style>

background-color css

<style>
 a { background-color: #0349CD; }

 a { background-color: rgb(3,73,205); }

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

border-color css

<style>
 span { border-color: #0349CD; }

 span { border-color: rgb(3,73,205); }

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