Html Css Color HEX #0342EE Navy Blue

📋 copy color: '#0342EE'

red 3 ◦ green 66 ◦ blue 238

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

Shades of Navy Blue #0342EE

Tints of Navy Blue #0342EE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.5%

 BLUE value IS 238 (93.36% from 255) = 77.52%

R = 0.98%
G = 21.5%
B = 77.52%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0342EE (or 0x0342EE) is known color: Navy Blue. HEX triplet: 03, 42 and EE. RGB value is (3,66,238). Sum of RGB (Red+Green+Blue) = 3+66+238=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 238 (93.36% from 255 or 77.52% from 307); Max value from RGB is 238 - color contains mainly: blue. Hex color #0342EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0342EE is #FCBD11. Grayscale: #424242. Windows color (decimal): -16563474 or 15614467. OLE color: 15614467.

HSL color Cylindrical-coordinate representation of color #0342EE: hue angle of 223.91º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0342EE is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 66 238 -
CMYK 0.99 0.72 0 0.07
HSL 223.91º 0.98% 0.47% -
HSV(B) 223.91º 0.99% 0.93% -
XYZ 17.42 10.09 81.92 -
YUV 66.77 224.63 82.51 -
System Red Green Blue C M Y K H S L
Decimal 3 66 238 0.99 0.72 0 0.07 223.91 0.98 0.47
Hex 3 42 EE 63 48 0 7 E0 62 2F
Octal 3 102 356 143 110 0 7 340 142 57
Binary 11 1000010 11101110 1100011 1001000 0 111 11100000 1100010 101111

Color Harmonies of #0342EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0342EE

Black with #0342EE

Text Example


Text Example

White with #0342EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0342EE;
 }
 .AnyTagClassName
 {
   color: #0342EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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