#002348

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

Shades of Prussian Blue #002348

Tints of Prussian Blue #002348

Color information

#002348 (or 0x002348) is unknown color: approx Prussian Blue. HEX triplet: 00, 23 and 48. RGB value is (0,35,72). Sum of RGB (Red+Green+Blue) = 0+35+72=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 72 (28.52% from 255 or 67.29% from 107); Max value from RGB is 72 - color contains mainly: blue. Hex color #002348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002348 is #FFDCB7. Grayscale: #1C1C1C. Windows color (decimal): -16768184 or 4727552. OLE color: 4727552.

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

Color convert

RGB03572-
CMYK10.5100.72
HSL210.83º100%14.12%-
HSV(B)210.83º100%28.24%-
XYZ1.771.676.36-
YUV28.75152.4107.49-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 35 (14.06% from 255) = 32.71%
BLUE value IS 72 (28.52% from 255) = 67.29%
R=0%
G=32.71%
B=67.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0357210.5100.72210.8310014.12
Hex023486433048d364e
Octal04311014463011032314416
Binary010001110010001100100110011010010001101001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002348; }

 p { color: rgb(0,35,72); }

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

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

 a { background-color: rgb(0,35,72); }

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

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

 span { border-color: rgb(0,35,72); }

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