Html Css Color HEX #035EF4 Navy Blue

📋 copy color: '#035EF4'

red 3 ◦ green 94 ◦ blue 244

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

Shades of Navy Blue #035EF4

Tints of Navy Blue #035EF4

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.57%

 BLUE value IS 244 (95.7% from 255) = 71.55%

R = 0.88%
G = 27.57%
B = 71.55%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#035EF4 (or 0x035EF4) is known color: Navy Blue. HEX triplet: 03, 5E and F4. RGB value is (3,94,244). Sum of RGB (Red+Green+Blue) = 3+94+244=341 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 244 (95.70% from 255 or 71.55% from 341); Max value from RGB is 244 - color contains mainly: blue. Hex color #035EF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035EF4 is #FCA10B. Grayscale: #535353. Windows color (decimal): -16556300 or 16014851. OLE color: 16014851.

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

Color convert

RGB 3 94 244 -
CMYK 0.99 0.61 0 0.04
HSL 217.34º 0.98% 0.48% -
HSV(B) 217.34º 0.99% 0.96% -
XYZ 20.37 14.56 87.32 -
YUV 83.89 218.35 70.3 -
System Red Green Blue C M Y K H S L
Decimal 3 94 244 0.99 0.61 0 0.04 217.34 0.98 0.48
Hex 3 5E F4 63 3D 0 4 D9 62 30
Octal 3 136 364 143 75 0 4 331 142 60
Binary 11 1011110 11110100 1100011 111101 0 100 11011001 1100010 110000

Color Harmonies of #035EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035EF4

Black with #035EF4

Text Example


Text Example

White with #035EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035EF4; }

 p { color: rgb(3,94,244); }

 H1.HeaderClassName
 {
   color: #035EF4;
 }
 .AnyTagClassName
 {
   color: #035EF4;
 }
</style>

background-color css

<style>
 a { background-color: #035EF4; }

 a { background-color: rgb(3,94,244); }

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

border-color css

<style>
 span { border-color: #035EF4; }

 span { border-color: rgb(3,94,244); }

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