#004360

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

Shades of Prussian Blue #004360

Tints of Prussian Blue #004360

Color information

#004360 (or 0x004360) is unknown color: approx Prussian Blue. HEX triplet: 00, 43 and 60. RGB value is (0,67,96). Sum of RGB (Red+Green+Blue) = 0+67+96=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 96 (37.89% from 255 or 58.90% from 163); Max value from RGB is 96 - color contains mainly: blue. Hex color #004360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004360 is #FFBC9F. Grayscale: #323232. Windows color (decimal): -16759968 or 6308608. OLE color: 6308608.

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

Color convert

RGB06796-
CMYK10.3000.62
HSL198.12º100%18.82%-
HSV(B)198.12º100%37.65%-
XYZ4.124.8611.79-
YUV50.27153.892.14-

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) = 41.10%
BLUE value IS 96 (37.89% from 255) = 58.90%
R=0%
G=41.10%
B=58.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0679610.3000.62198.1210018.82
Hex04360641E03Ec66413
Octal01031401443607630614423
Binary010000111100000110010011110011111011000110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004360; }

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

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

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

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

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

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

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

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