Html Css Color HEX #0344EE Navy Blue

📋 copy color: '#0344EE'

red 3 ◦ green 68 ◦ blue 238

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

Shades of Navy Blue #0344EE

Tints of Navy Blue #0344EE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.01%

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

R = 0.97%
G = 22.01%
B = 77.02%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0344EE (or 0x0344EE) is known color: Navy Blue. HEX triplet: 03, 44 and EE. RGB value is (3,68,238). Sum of RGB (Red+Green+Blue) = 3+68+238=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 238 (93.36% from 255 or 77.02% from 309); Max value from RGB is 238 - color contains mainly: blue. Hex color #0344EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0344EE is #FCBB11. Grayscale: #434343. Windows color (decimal): -16562962 or 15614979. OLE color: 15614979.

HSL color Cylindrical-coordinate representation of color #0344EE: hue angle of 223.4º 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 #0344EE is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 68 238 -
CMYK 0.99 0.71 0 0.07
HSL 223.4º 0.98% 0.47% -
HSV(B) 223.4º 0.99% 0.93% -
XYZ 17.54 10.33 81.96 -
YUV 67.95 223.97 81.68 -
System Red Green Blue C M Y K H S L
Decimal 3 68 238 0.99 0.71 0 0.07 223.4 0.98 0.47
Hex 3 44 EE 63 47 0 7 DF 62 2F
Octal 3 104 356 143 107 0 7 337 142 57
Binary 11 1000100 11101110 1100011 1000111 0 111 11011111 1100010 101111

Color Harmonies of #0344EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0344EE

Black with #0344EE

Text Example


Text Example

White with #0344EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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