#003358

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

Shades of Prussian Blue #003358

Tints of Prussian Blue #003358

Color information

#003358 (or 0x003358) is unknown color: approx Prussian Blue. HEX triplet: 00, 33 and 58. RGB value is (0,51,88). Sum of RGB (Red+Green+Blue) = 0+51+88=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 88 (34.77% from 255 or 63.31% from 139); Max value from RGB is 88 - color contains mainly: blue. Hex color #003358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003358 is #FFCCA7. Grayscale: #272727. Windows color (decimal): -16764072 or 5780224. OLE color: 5780224.

HSL color Cylindrical-coordinate representation of color #003358: hue angle of 205.23º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003358 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB05188-
CMYK10.4200.65
HSL205.23º100%17.25%-
HSV(B)205.23º100%34.51%-
XYZ2.953.079.67-
YUV39.97155.199.49-

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) = 36.69%
BLUE value IS 88 (34.77% from 255) = 63.31%
R=0%
G=36.69%
B=63.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal0518810.4200.65205.2310017.25
Hex03358642A041cd6411
Octal06313014452010131514421
Binary0110011101100011001001010100100000111001101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003358; }

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

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

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

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

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

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

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

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