#004366

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

Shades of Prussian Blue #004366

Tints of Prussian Blue #004366

Color information

#004366 (or 0x004366) is unknown color: approx Prussian Blue. HEX triplet: 00, 43 and 66. RGB value is (0,67,102). Sum of RGB (Red+Green+Blue) = 0+67+102=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 102 (40.23% from 255 or 60.36% from 169); Max value from RGB is 102 - color contains mainly: blue. Hex color #004366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004366 is #FFBC99. Grayscale: #323232. Windows color (decimal): -16759962 or 6701824. OLE color: 6701824.

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

Color convert

RGB067102-
CMYK10.3400.6
HSL200.59º100%20%-
HSV(B)200.59º100%40%-
XYZ4.414.9713.3-
YUV50.96156.891.65-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 67 (26.56% from 255) = 39.64%
BLUE value IS 102 (40.23% from 255) = 60.36%
R=0%
G=39.64%
B=60.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal06710210.3400.6200.5910020
Hex04366642203Cc96414
Octal01031461444207431114424
Binary0100001111001101100100100010011110011001001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004366; }

 p { color: rgb(0,67,102); }

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

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

 a { background-color: rgb(0,67,102); }

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

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

 span { border-color: rgb(0,67,102); }

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