Html Css Color HEX #0352FD Navy Blue

📋 copy color: '#0352FD'

red 3 ◦ green 82 ◦ blue 253

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

Shades of Navy Blue #0352FD

Tints of Navy Blue #0352FD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.26%

 BLUE value IS 253 (99.22% from 255) = 74.85%

R = 0.89%
G = 24.26%
B = 74.85%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0352FD (or 0x0352FD) is known color: Navy Blue. HEX triplet: 03, 52 and FD. RGB value is (3,82,253). Sum of RGB (Red+Green+Blue) = 3+82+253=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 253 (99.22% from 255 or 74.85% from 338); Max value from RGB is 253 - color contains mainly: blue. Hex color #0352FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0352FD is #FCAD02. Grayscale: #4D4D4D. Windows color (decimal): -16559363 or 16601603. OLE color: 16601603.

HSL color Cylindrical-coordinate representation of color #0352FD: hue angle of 221.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0352FD is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 3 82 253 -
CMYK 0.99 0.68 0 0.01
HSL 221.04º 0.98% 0.5% -
HSV(B) 221.04º 0.99% 0.99% -
XYZ 20.78 13.15 94.37 -
YUV 77.87 226.83 74.6 -
System Red Green Blue C M Y K H S L
Decimal 3 82 253 0.99 0.68 0 0.01 221.04 0.98 0.5
Hex 3 52 FD 63 44 0 1 DD 62 32
Octal 3 122 375 143 104 0 1 335 142 62
Binary 11 1010010 11111101 1100011 1000100 0 1 11011101 1100010 110010

Color Harmonies of #0352FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0352FD

Black with #0352FD

Text Example


Text Example

White with #0352FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0352FD; }

 p { color: rgb(3,82,253); }

 H1.HeaderClassName
 {
   color: #0352FD;
 }
 .AnyTagClassName
 {
   color: #0352FD;
 }
</style>

background-color css

<style>
 a { background-color: #0352FD; }

 a { background-color: rgb(3,82,253); }

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

border-color css

<style>
 span { border-color: #0352FD; }

 span { border-color: rgb(3,82,253); }

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