#0348CF

Color #0348CF Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0348CF

Tints of Navy Blue #0348CF

Color information

#0348CF (or 0x0348CF) is unknown color: approx Navy Blue. HEX triplet: 03, 48 and CF. RGB value is (3,72,207). Sum of RGB (Red+Green+Blue) = 3+72+207=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 207 (81.25% from 255 or 73.40% from 282); Max value from RGB is 207 - color contains mainly: blue. Hex color #0348CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0348CF is #FCB730. Grayscale: #424242. Windows color (decimal): -16561969 or 13584387. OLE color: 13584387.

HSL color Cylindrical-coordinate representation of color #0348CF: hue angle of 219.71º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0348CF is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB372207-
CMYK0.990.6500.19
HSL219.71º97.14%41.18%-
HSV(B)219.71º98.55%81.18%-
XYZ13.629.1660.08-
YUV66.76207.1482.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.06%
GREEN value IS 72 (28.52% from 255) = 25.53%
BLUE value IS 207 (81.25% from 255) = 73.40%
R=1.06%
G=25.53%
B=73.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal3722070.990.6500.19219.7197.1441.18
Hex348CF6341013dc6129
Octal311031714310102333414151
Binary1110010001100111111000111000001010011110111001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0348CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0348CF;
 }
 .AnyTagClassName
 {
   color: #0348CF;
 }
</style>
background-color css

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

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

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

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

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

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