#003360

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

Shades of Prussian Blue #003360

Tints of Prussian Blue #003360

Color information

#003360 (or 0x003360) is unknown color: approx Prussian Blue. HEX triplet: 00, 33 and 60. RGB value is (0,51,96). Sum of RGB (Red+Green+Blue) = 0+51+96=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #003360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003360 is #FFCC9F. Grayscale: #282828. Windows color (decimal): -16764064 or 6304512. OLE color: 6304512.

HSL color Cylindrical-coordinate representation of color #003360: hue angle of 208.12º 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 #003360 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB05196-
CMYK10.4700.62
HSL208.12º100%18.82%-
HSV(B)208.12º100%37.65%-
XYZ3.33.2111.51-
YUV40.88159.198.84-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 51 (20.31% from 255) = 34.69%
BLUE value IS 96 (37.89% from 255) = 65.31%
R=0%
G=34.69%
B=65.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0519610.4700.62208.1210018.82
Hex03360642F03Ed06413
Octal0631401445707632014423
Binary011001111000001100100101111011111011010000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003360; }

 p { color: rgb(0,51,96); }

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

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

 a { background-color: rgb(0,51,96); }

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

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

 span { border-color: rgb(0,51,96); }

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