Html Css Color HEX #0348EE Navy Blue

📋 copy color: '#0348EE'

red 3 ◦ green 72 ◦ blue 238

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

Shades of Navy Blue #0348EE

Tints of Navy Blue #0348EE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23%

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

R = 0.96%
G = 23%
B = 76.04%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0348EE (or 0x0348EE) is known color: Navy Blue. HEX triplet: 03, 48 and EE. RGB value is (3,72,238). Sum of RGB (Red+Green+Blue) = 3+72+238=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 238 (93.36% from 255 or 76.04% from 313); Max value from RGB is 238 - color contains mainly: blue. Hex color #0348EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0348EE is #FCB711. Grayscale: #454545. Windows color (decimal): -16561938 or 15616003. OLE color: 15616003.

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

Color convert

RGB 3 72 238 -
CMYK 0.99 0.70 0 0.07
HSL 222.38º 0.98% 0.47% -
HSV(B) 222.38º 0.99% 0.93% -
XYZ 17.79 10.83 82.04 -
YUV 70.29 222.64 80 -
System Red Green Blue C M Y K H S L
Decimal 3 72 238 0.99 0.70 0 0.07 222.38 0.98 0.47
Hex 3 48 EE 63 46 0 7 DE 62 2F
Octal 3 110 356 143 106 0 7 336 142 57
Binary 11 1001000 11101110 1100011 1000110 0 111 11011110 1100010 101111

Color Harmonies of #0348EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0348EE

Black with #0348EE

Text Example


Text Example

White with #0348EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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