#0342F6

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

Shades of Navy Blue #0342F6

Tints of Navy Blue #0342F6

Color information

#0342F6 (or 0x0342F6) is unknown color: approx Navy Blue. HEX triplet: 03, 42 and F6. RGB value is (3,66,246). Sum of RGB (Red+Green+Blue) = 3+66+246=315 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 246 (96.48% from 255 or 78.10% from 315); Max value from RGB is 246 - color contains mainly: blue. Hex color #0342F6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0342F6 is #FCBD09. Grayscale: #424242. Windows color (decimal): -16563466 or 16138755. OLE color: 16138755.

HSL color Cylindrical-coordinate representation of color #0342F6: hue angle of 224.44º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0342F6 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB366246-
CMYK0.990.7300.04
HSL224.44º97.59%48.82%-
HSV(B)224.44º98.78%96.47%-
XYZ18.6210.5788.25-
YUV67.68228.6381.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.95%
GREEN value IS 66 (26.17% from 255) = 20.95%
BLUE value IS 246 (96.48% from 255) = 78.10%
R=0.95%
G=20.95%
B=78.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal3662460.990.7300.04224.4497.5948.82
Hex342F6634904e06231
Octal31023661431110434014261
Binary11100001011110110110001110010010100111000001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0342F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0342F6; }

 p { color: rgb(3,66,246); }

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

<style>
 a { background-color: #0342F6; }

 a { background-color: rgb(3,66,246); }

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

<style>
 span { border-color: #0342F6; }

 span { border-color: rgb(3,66,246); }

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