Html Css Color HEX #0352CE Navy Blue

📋 copy color: '#0352CE'

red 3 ◦ green 82 ◦ blue 206

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

Shades of Navy Blue #0352CE

Tints of Navy Blue #0352CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 70.79%

R = 1.03%
G = 28.18%
B = 70.79%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0352CE (or 0x0352CE) is known color: Navy Blue. HEX triplet: 03, 52 and CE. RGB value is (3,82,206). Sum of RGB (Red+Green+Blue) = 3+82+206=291 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 206 (80.86% from 255 or 70.79% from 291); Max value from RGB is 206 - color contains mainly: blue. Hex color #0352CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0352CE is #FCAD31. Grayscale: #474747. Windows color (decimal): -16559410 or 13521411. OLE color: 13521411.

HSL color Cylindrical-coordinate representation of color #0352CE: hue angle of 216.65º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0352CE is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 82 206 -
CMYK 0.99 0.60 0 0.19
HSL 216.65º 0.97% 0.41% -
HSV(B) 216.65º 0.99% 0.81% -
XYZ 14.2 10.51 59.67 -
YUV 72.52 203.33 78.42 -
System Red Green Blue C M Y K H S L
Decimal 3 82 206 0.99 0.60 0 0.19 216.65 0.97 0.41
Hex 3 52 CE 63 3C 0 13 D9 61 29
Octal 3 122 316 143 74 0 23 331 141 51
Binary 11 1010010 11001110 1100011 111100 0 10011 11011001 1100001 101001

Color Harmonies of #0352CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0352CE

Black with #0352CE

Text Example


Text Example

White with #0352CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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