#003461

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

Shades of Prussian Blue #003461

Tints of Prussian Blue #003461

Color information

#003461 (or 0x003461) is unknown color: approx Prussian Blue. HEX triplet: 00, 34 and 61. RGB value is (0,52,97). Sum of RGB (Red+Green+Blue) = 0+52+97=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 97 (38.28% from 255 or 65.10% from 149); Max value from RGB is 97 - color contains mainly: blue. Hex color #003461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003461 is #FFCB9E. Grayscale: #292929. Windows color (decimal): -16763807 or 6370304. OLE color: 6370304.

HSL color Cylindrical-coordinate representation of color #003461: hue angle of 207.84º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003461 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB05297-
CMYK10.4600.62
HSL207.84º100%19.02%-
HSV(B)207.84º100%38.04%-
XYZ3.393.3211.77-
YUV41.58159.2798.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 52 (20.70% from 255) = 34.90%
BLUE value IS 97 (38.28% from 255) = 65.10%
R=0%
G=34.90%
B=65.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0529710.4600.62207.8410019.02
Hex03461642E03Ed06413
Octal0641411445607632014423
Binary011010011000011100100101110011111011010000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003461; }

 p { color: rgb(0,52,97); }

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

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

 a { background-color: rgb(0,52,97); }

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

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

 span { border-color: rgb(0,52,97); }

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