#10346B

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

Shades of Prussian Blue #10346B

Tints of Prussian Blue #10346B

Color information

#10346B (or 0x10346B) is unknown color: approx Prussian Blue. HEX triplet: 10, 34 and 6B. RGB value is (16,52,107). Sum of RGB (Red+Green+Blue) = 16+52+107=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 107 (42.19% from 255 or 61.14% from 175); Max value from RGB is 107 - color contains mainly: blue. Hex color #10346B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10346B is #EFCB94. Grayscale: #2F2F2F. Windows color (decimal): -15715221 or 7025680. OLE color: 7025680.

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

Color convert

RGB1652107-
CMYK0.850.5100.58
HSL216.26º73.98%24.12%-
HSV(B)216.26º85.05%41.96%-
XYZ4.13.6314.39-
YUV47.51161.57105.53-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.14%
GREEN value IS 52 (20.70% from 255) = 29.71%
BLUE value IS 107 (42.19% from 255) = 61.14%
R=9.14%
G=29.71%
B=61.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16521070.850.5100.58216.2673.9824.12
Hex10346B553303Ad84a18
Octal20641531256307233011230
Binary1000011010011010111010101110011011101011011000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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