Html Css Color HEX #035CF2 Navy Blue

📋 copy color: '#035CF2'

red 3 ◦ green 92 ◦ blue 242

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

Shades of Navy Blue #035CF2

Tints of Navy Blue #035CF2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.3%

 BLUE value IS 242 (94.92% from 255) = 71.81%

R = 0.89%
G = 27.3%
B = 71.81%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#035CF2 (or 0x035CF2) is known color: Navy Blue. HEX triplet: 03, 5C and F2. RGB value is (3,92,242). Sum of RGB (Red+Green+Blue) = 3+92+242=337 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 242 (94.92% from 255 or 71.81% from 337); Max value from RGB is 242 - color contains mainly: blue. Hex color #035CF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035CF2 is #FCA30D. Grayscale: #515151. Windows color (decimal): -16556814 or 15883267. OLE color: 15883267.

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

Color convert

RGB 3 92 242 -
CMYK 0.99 0.62 0 0.05
HSL 217.66º 0.98% 0.48% -
HSV(B) 217.66º 0.99% 0.95% -
XYZ 19.89 14.08 85.67 -
YUV 82.49 218.01 71.3 -
System Red Green Blue C M Y K H S L
Decimal 3 92 242 0.99 0.62 0 0.05 217.66 0.98 0.48
Hex 3 5C F2 63 3E 0 5 DA 62 30
Octal 3 134 362 143 76 0 5 332 142 60
Binary 11 1011100 11110010 1100011 111110 0 101 11011010 1100010 110000

Color Harmonies of #035CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035CF2

Black with #035CF2

Text Example


Text Example

White with #035CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,92,242); }

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

background-color css

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

 a { background-color: rgb(3,92,242); }

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

border-color css

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

 span { border-color: rgb(3,92,242); }

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