#00346B

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

Shades of Prussian Blue #00346B

Tints of Prussian Blue #00346B

Color information

#00346B (or 0x00346B) is unknown color: approx Prussian Blue. HEX triplet: 00, 34 and 6B. RGB value is (0,52,107). Sum of RGB (Red+Green+Blue) = 0+52+107=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 107 (42.19% from 255 or 67.30% from 159); Max value from RGB is 107 - color contains mainly: blue. Hex color #00346B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00346B is #FFCB94. Grayscale: #2A2A2A. Windows color (decimal): -16763797 or 7025664. OLE color: 7025664.

HSL color Cylindrical-coordinate representation of color #00346B: hue angle of 210.84º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00346B is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB052107-
CMYK10.5100.58
HSL210.84º100%20.98%-
HSV(B)210.84º100%41.96%-
XYZ3.883.5214.38-
YUV42.72164.2797.53-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 52 (20.70% from 255) = 32.70%
BLUE value IS 107 (42.19% from 255) = 67.30%
R=0%
G=32.70%
B=67.30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal05210710.5100.58210.8410020.98
Hex0346B643303Ad36415
Octal0641531446307232314425
Binary011010011010111100100110011011101011010011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00346B; }

 p { color: rgb(0,52,107); }

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

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

 a { background-color: rgb(0,52,107); }

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

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

 span { border-color: rgb(0,52,107); }

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