#0353C2

Color #0353C2 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0353C2

Tints of Navy Blue #0353C2

Color information

#0353C2 (or 0x0353C2) is unknown color: approx Navy Blue. HEX triplet: 03, 53 and C2. RGB value is (3,83,194). Sum of RGB (Red+Green+Blue) = 3+83+194=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 194 (76.17% from 255 or 69.29% from 280); Max value from RGB is 194 - color contains mainly: blue. Hex color #0353C2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0353C2 is #FCAC3D. Grayscale: #474747. Windows color (decimal): -16559166 or 12735235. OLE color: 12735235.

HSL color Cylindrical-coordinate representation of color #0353C2: hue angle of 214.87º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0353C2 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB383194-
CMYK0.980.5700.24
HSL214.87º96.95%38.63%-
HSV(B)214.87º98.45%76.08%-
XYZ12.8710.152.31-
YUV71.7319778.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.07%
GREEN value IS 83 (32.81% from 255) = 29.64%
BLUE value IS 194 (76.17% from 255) = 69.29%
R=1.07%
G=29.64%
B=69.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal3831940.980.5700.24214.8796.9538.63
Hex353C26239018d76127
Octal31233021427103032714147
Binary111010011110000101100010111001011000110101111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0353C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0353C2; }

 p { color: rgb(3,83,194); }

 H1.HeaderClassName
 {
   color: #0353C2;
 }
 .AnyTagClassName
 {
   color: #0353C2;
 }
</style>
background-color css

<style>
 a { background-color: #0353C2; }

 a { background-color: rgb(3,83,194); }

 div.DivClassName
 {
   background-color: #0353C2;
 }
 .BgClassName
 {
   background-color: #0353C2;
 }
</style>
border-color css

<style>
 span { border-color: #0353C2; }

 span { border-color: rgb(3,83,194); }

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