Html Css Color HEX #033DF4 Navy Blue

📋 copy color: '#033DF4'

red 3 ◦ green 61 ◦ blue 244

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

Shades of Navy Blue #033DF4

Tints of Navy Blue #033DF4

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.81%

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

R = 0.97%
G = 19.81%
B = 79.22%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#033DF4 (or 0x033DF4) is known color: Navy Blue. HEX triplet: 03, 3D and F4. RGB value is (3,61,244). Sum of RGB (Red+Green+Blue) = 3+61+244=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 244 (95.70% from 255 or 79.22% from 308); Max value from RGB is 244 - color contains mainly: blue. Hex color #033DF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033DF4 is #FCC20B. Grayscale: #3F3F3F. Windows color (decimal): -16564748 or 16006403. OLE color: 16006403.

HSL color Cylindrical-coordinate representation of color #033DF4: hue angle of 225.56º 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 #033DF4 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 3 61 244 -
CMYK 0.99 0.75 0 0.04
HSL 225.56º 0.98% 0.48% -
HSV(B) 225.56º 0.99% 0.96% -
XYZ 18.04 9.89 86.55 -
YUV 64.52 229.28 84.12 -
System Red Green Blue C M Y K H S L
Decimal 3 61 244 0.99 0.75 0 0.04 225.56 0.98 0.48
Hex 3 3D F4 63 4B 0 4 E2 62 30
Octal 3 75 364 143 113 0 4 342 142 60
Binary 11 111101 11110100 1100011 1001011 0 100 11100010 1100010 110000

Color Harmonies of #033DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033DF4

Black with #033DF4

Text Example


Text Example

White with #033DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033DF4; }

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

 H1.HeaderClassName
 {
   color: #033DF4;
 }
 .AnyTagClassName
 {
   color: #033DF4;
 }
</style>

background-color css

<style>
 a { background-color: #033DF4; }

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

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

border-color css

<style>
 span { border-color: #033DF4; }

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

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