#003267

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

Shades of Prussian Blue #003267

Tints of Prussian Blue #003267

Color information

#003267 (or 0x003267) is unknown color: approx Prussian Blue. HEX triplet: 00, 32 and 67. RGB value is (0,50,103). Sum of RGB (Red+Green+Blue) = 0+50+103=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 103 (40.62% from 255 or 67.32% from 153); Max value from RGB is 103 - color contains mainly: blue. Hex color #003267 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003267 is #FFCD98. Grayscale: #282828. Windows color (decimal): -16764313 or 6763008. OLE color: 6763008.

HSL color Cylindrical-coordinate representation of color #003267: hue angle of 210.87º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003267 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB050103-
CMYK10.5100.60
HSL210.87º100%20.2%-
HSV(B)210.87º100%40.39%-
XYZ3.593.2613.27-
YUV41.09162.9498.69-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 50 (19.92% from 255) = 32.68%
BLUE value IS 103 (40.62% from 255) = 67.32%
R=0%
G=32.68%
B=67.32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal05010310.5100.60210.8710020.2
Hex03267643303Cd36414
Octal0621471446307432314424
Binary011001011001111100100110011011110011010011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003267; }

 p { color: rgb(0,50,103); }

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

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

 a { background-color: rgb(0,50,103); }

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

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

 span { border-color: rgb(0,50,103); }

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